diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-03-29 22:40:13 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-03-29 22:40:18 +0100 |
| commit | b7189192e2e31ce5ca1f2eaac2a303f9b8216ded (patch) | |
| tree | 06d38b355a35fa1bcd11a215d467130e2d9aa0a7 /FL/names.h | |
| parent | cb86a37676e26a8de209a371132d8154986b457a (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.h | 5 |
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 ... }; /** |
