summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2024-08-03 13:05:26 +0200
committerMatthias Melcher <github@matthiasm.com>2024-08-03 13:05:31 +0200
commit97b1df805e84797071a1b2544c68691327e6b506 (patch)
tree04cd76b35c577851038e046cee5e267b73732628 /FL
parentabb2971654f62f7a9861a6aa5ef95a4916465183 (diff)
Better Fl_Tabs callback handling.
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Tabs.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Tabs.H b/FL/Fl_Tabs.H
index 961d3b77f..6fd0dcbbb 100644
--- a/FL/Fl_Tabs.H
+++ b/FL/Fl_Tabs.H
@@ -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();