212 virtual void redraw_tabs();
213 virtual int tab_positions();
214 virtual void clear_tab_positions();
215 virtual void draw_tab(
int x1,
int x2,
int W,
int H,
Fl_Widget* o,
int sel=0);
216 virtual int tab_height();
222 Fl_Tabs(
int X,
int Y,
int W,
int H,
const char *L = 0);
242 virtual Fl_Widget *which(
int event_x,
int event_y);
245 void client_area(
int &rx,
int &ry,
int &rw,
int &rh,
int tabh=0);
Fl_Align tab_align() const
Gets the tab label alignment.
Definition: Fl_Tabs.H:264
Fl_Widget * push() const
Returns the tab group for the tab the user has currently down-clicked on and remains over until FL_RE...
Definition: Fl_Tabs.H:238
void draw()
Draws the widget.
Definition: Fl_Group.cxx:817
The Fl_Group class is the FLTK container widget.
Definition: Fl_Group.H:42
int handle(int)
Handles the specified event.
Definition: Fl_Group.cxx:144
The Fl_Tabs widget is the "file card tabs" interface that allows you to put lots and lots of buttons ...
Definition: Fl_Tabs.H:201
void tab_align(Fl_Align a)
Sets the tab label alignment.
Definition: Fl_Tabs.H:258
unsigned Fl_Align
FLTK type for alignment control.
Definition: Enumerations.H:908