Better Fl_Tabs callback handling.

This commit is contained in:
Matthias Melcher
2024-08-03 13:05:26 +02:00
parent abb2971654
commit 97b1df805e
2 changed files with 20 additions and 13 deletions
+1 -1
View File
@@ -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();