summaryrefslogtreecommitdiff
path: root/FL/names.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2025-03-29 22:40:13 +0100
committerMatthias Melcher <github@matthiasm.com>2025-03-29 22:40:18 +0100
commitb7189192e2e31ce5ca1f2eaac2a303f9b8216ded (patch)
tree06d38b355a35fa1bcd11a215d467130e2d9aa0a7 /FL/names.h
parentcb86a37676e26a8de209a371132d8154986b457a (diff)
Adds a new event FL_TOOLTIP_EVENT...
... and Fl_Tootip::override_text() to allow users to dynamically generate tooltips.
Diffstat (limited to 'FL/names.h')
-rw-r--r--FL/names.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/FL/names.h b/FL/names.h
index 984afbfe0..e47d005ec 100644
--- a/FL/names.h
+++ b/FL/names.h
@@ -73,9 +73,10 @@ const char * const fl_eventnames[] =
"FL_FULLSCREEN",
"FL_ZOOM_GESTURE",
"FL_ZOOM_EVENT",
- "FL_EVENT_28", // not yet defined, just in case it /will/ be defined ...
+ "FL_TOOLTIP_EVENT",
"FL_EVENT_29", // not yet defined, just in case it /will/ be defined ...
- "FL_EVENT_30" // not yet defined, just in case it /will/ be defined ...
+ "FL_EVENT_30", // not yet defined, just in case it /will/ be defined ...
+ "FL_EVENT_31" // not yet defined, just in case it /will/ be defined ...
};
/**