265 void check_overflow_menu();
266 void handle_overflow_menu();
267 void draw_overflow_menu_button();
273 virtual void redraw_tabs();
274 virtual int tab_positions();
275 virtual void clear_tab_positions();
276 virtual void draw_tab(
int x1,
int x2,
int W,
int H,
Fl_Widget* o,
int flags,
int sel);
277 virtual int tab_height();
278 virtual int hit_close(
Fl_Widget *o,
int event_x,
int event_y);
279 virtual int hit_overflow_menu(
int event_x,
int event_y);
280 virtual int hit_tabs_area(
int event_x,
int event_y);
286 Fl_Tabs(
int X,
int Y,
int W,
int H, const
char *L = 0);
309 virtual Fl_Widget *which(
int event_x,
int event_y);
310 void client_area(
int &rx,
int &ry,
int &rw,
int &rh,
int tabh=0);
333 OVERFLOW_COMPRESS = 0,
339 void handle_overflow(
int ov);
unsigned Fl_Align
FLTK type for alignment control.
Definition: Enumerations.H:980
Fl_Group and Fl_End classes.
The Fl_Group class is the main FLTK container widget.
Definition: Fl_Group.H:59
virtual void on_remove(int)
Allow derived groups to act when a child widget is removed from the group.
Definition: Fl_Group.cxx:558
virtual int on_move(int, int)
Allow derived groups to act when a widget is moved within the group.
Definition: Fl_Group.cxx:489
void draw() FL_OVERRIDE
Draws the widget.
Definition: Fl_Group.cxx:928
virtual int on_insert(Fl_Widget *, int)
Allow derived groups to act when a widget is added as a child.
Definition: Fl_Group.cxx:465
The Fl_Tabs widget is a container widget that displays a set of tabs, with each tab representing a di...
Definition: Fl_Tabs.H:248
int * tab_width
Array of widths of tabs per child.
Definition: Fl_Tabs.H:257
int has_overflow_menu
set in OVERFLOW_PULLDOWN mode if tabs overflow. The actual menu array is created only on demand
Definition: Fl_Tabs.H:261
int tab_offset
for pulldown and drag overflow, this is the horizontal offset when the tabs bar is dragged by the use...
Definition: Fl_Tabs.H:255
@ OVERFLOW_PULLDOWN
Tabs that do not fit will be placed in a pull-down menu.
Definition: Fl_Tabs.H:335
@ OVERFLOW_CLIP
Only the first tabs that fit will be displayed.
Definition: Fl_Tabs.H:334
int * tab_pos
Array of x-offsets of tabs per child + 1.
Definition: Fl_Tabs.H:256
void tab_align(Fl_Align a)
Sets the tab label alignment.
Definition: Fl_Tabs.H:323
int tab_count
Array size of tab positions etc.
Definition: Fl_Tabs.H:259
Fl_Align tab_align() const
Gets the tab label alignment.
Definition: Fl_Tabs.H:330
int * tab_flags
Array of tab flag of tabs per child.
Definition: Fl_Tabs.H:258
int overflow_type
Definition: Fl_Tabs.H:254
Fl_Align tab_align_
tab label alignment
Definition: Fl_Tabs.H:260
#define FL_OVERRIDE
This macro makes it safe to use the C++11 keyword override with older compilers.
Definition: fl_attr.h:38