mirror of
https://github.com/fltk/fltk.git
synced 2026-05-30 13:05:35 +08:00
Better Fl_Tabs callback handling.
This commit is contained in:
+1
-1
@@ -252,7 +252,7 @@ protected:
|
||||
int has_overflow_menu;///< set in OVERFLOW_PULLDOWN mode if tabs overflow. The actual menu array is created only on demand
|
||||
|
||||
void take_focus(Fl_Widget *o);
|
||||
void maybe_do_callback(Fl_Widget *o);
|
||||
int maybe_do_callback(Fl_Widget *o);
|
||||
void check_overflow_menu();
|
||||
void handle_overflow_menu();
|
||||
void draw_overflow_menu_button();
|
||||
|
||||
Reference in New Issue
Block a user