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)  

Widget_Browser Class Reference

Inheritance diagram for Widget_Browser:
Collaboration diagram for Widget_Browser:

List of all members.

Public Member Functions

int handle (int)
void callback ()
 Widget_Browser (int, int, int, int, const char *=0)

Friends

class Fl_Type

Detailed Description

Definition at line 178 of file Fl_Type.cxx.


Constructor & Destructor Documentation

Widget_Browser::Widget_Browser ( int  X,
int  Y,
int  W,
int  H,
const char *  l = 0 
)

Member Function Documentation

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.

Parameters:
[in]eventThe event to process.
Returns:
1 if event was processed, 0 if not.

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().


Friends And Related Function Documentation

friend class Fl_Type [friend]

Definition at line 179 of file Fl_Type.cxx.


The documentation for this class was generated from the following file: