60 void clear_tab_positions();
62 void draw_tab(
int x1,
int x2,
int W,
int H,
Fl_Widget* o,
int sel=0);
73 Fl_Tabs(
int,
int,
int,
int,
const char * = 0);
74 Fl_Widget *which(
int event_x,
int event_y);
76 void client_area(
int &rx,
int &ry,
int &rw,
int &rh,
int tabh=0);
void draw()
Draws the widget.
Definition: Fl_Group.cxx:736
The Fl_Group class is the FLTK container widget.
Definition: Fl_Group.H:36
int handle(int)
Handles the specified event.
Definition: Fl_Group.cxx:145
The Fl_Tabs widget is the "file card tabs" interface that allows you to put lots and lots of buttons ...
Definition: Fl_Tabs.H:53