62class FL_EXPORT
Fl_Tabs :
public Fl_Group {
69 void clear_tab_positions();
71 void draw_tab(
int x1,
int x2,
int W,
int H, Fl_Widget* o,
int sel=0);
79 int value(Fl_Widget *);
80 Fl_Widget *push()
const {
return push_;}
81 int push(Fl_Widget *);
82 Fl_Tabs(
int,
int,
int,
int,
const char * = 0);
83 Fl_Widget *which(
int event_x,
int event_y);
85 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:150
void draw()
Draws the widget.
Definition Fl_Group.cxx:742
void client_area(int &rx, int &ry, int &rw, int &rh, int tabh=0)
Returns the position and size available to be used by its children.
Definition Fl_Tabs.cxx:484
Fl_Widget * value()
Gets the currently visible widget/tab.
Definition Fl_Tabs.cxx:284
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:447