|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |


Public Member Functions | |
| int | handle (int) |
| void | callback () |
| Widget_Browser (int, int, int, int, const char *=0) | |
Friends | |
| class | Fl_Type |
Definition at line 178 of file Fl_Type.cxx.
| Widget_Browser::Widget_Browser | ( | int | X, |
| int | Y, | ||
| int | W, | ||
| int | H, | ||
| const char * | l = 0 |
||
| ) |
Definition at line 225 of file Fl_Type.cxx.
References callback(), FL_MULTI_BROWSER, FL_WHEN_RELEASE, Fl_Widget::type(), and Fl_Widget::when().
| void Widget_Browser::callback | ( | ) |
Definition at line 398 of file Fl_Type.cxx.
References Fl_Browser_::selection(), and selection_changed().
Referenced by Widget_Browser().
| int Widget_Browser::handle | ( | int | event | ) | [virtual] |
Handles the event within the normal widget bounding box.
| [in] | event | The event to process. |
Reimplemented from Fl_Browser_.
Definition at line 402 of file Fl_Type.cxx.
References Fl_Browser_::bbox(), Fl::event_clicks(), Fl::event_inside(), Fl::event_state(), Fl::event_x(), Fl::event_y(), Fl_Browser_::find_item(), FL_CTRL, FL_DRAG, FL_PUSH, FL_RELEASE, H, Fl_Browser_::hposition(), Fl_Type::is_parent(), Fl_Type::level, Fl_Type::new_selected, Fl_Type::next, Fl_Type::open(), Fl_Type::open_, Fl_Widget::redraw(), Fl_Browser_::redraw_line(), and Fl_Type::title().
friend class Fl_Type [friend] |
Definition at line 179 of file Fl_Type.cxx.