202#if FLTK_ABI_VERSION >= 10304 
  213  void clear_tab_positions();
 
  215  void draw_tab(
int x1, 
int x2, 
int W, 
int H, Fl_Widget* o, 
int sel=0);
 
  223  int value(Fl_Widget *);
 
  234  Fl_Widget *
push()
 const {
return push_;}
 
  236  Fl_Tabs(
int,
int,
int,
int,
const char * = 0);
 
  237  Fl_Widget *which(
int event_x, 
int event_y);
 
  239  void client_area(
int &rx, 
int &ry, 
int &rw, 
int &rh, 
int tabh=0);
 
 
int handle(int)
Handles the specified event.
Definition Fl_Group.cxx:147
void draw()
Draws the widget.
Definition Fl_Group.cxx:738
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
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:234
Fl_Widget * value()
Gets the currently visible widget/tab.
Definition Fl_Tabs.cxx:297
Fl_Tabs(int, int, int, int, const char *=0)
Creates a new Fl_Tabs widget using the given position, size, and label string.
Definition Fl_Tabs.cxx:462