summaryrefslogtreecommitdiff
path: root/FL/Fl_Input_.H
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-01-05 13:51:30 +0100
committerGitHub <noreply@github.com>2023-01-05 13:51:30 +0100
commit8826dca1066361b474139bcc5aeed2e3a5246ed0 (patch)
tree6819629ff3f9f014269c7cee090ab20a824af6ad /FL/Fl_Input_.H
parent4d1a508c7e4d28fd53129da79f068a275d7160bd (diff)
Add close buttons for individual tabs in Fl_Tabs (#628)
Add close buttons for Fl_Tabs Introducing callback reasons FLUID shows all FL_WHEN_... options Adding Fl_Tabs overflow types Improved test/tabs to show new features
Diffstat (limited to 'FL/Fl_Input_.H')
-rw-r--r--FL/Fl_Input_.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Input_.H b/FL/Fl_Input_.H
index 0ec9b09ab..7d3f90cc3 100644
--- a/FL/Fl_Input_.H
+++ b/FL/Fl_Input_.H
@@ -200,7 +200,7 @@ protected:
int handletext(int e, int, int, int, int);
/* Check the when() field and do a callback if indicated. */
- void maybe_do_callback();
+ void maybe_do_callback(Fl_Callback_Reason reason = FL_REASON_UNKNOWN);
/** \internal Horizontal offset of text to left edge of widget. */
int xscroll() const {return xscroll_;}