diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-03-29 23:36:09 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-03-29 23:36:19 +0100 |
| commit | 5dd1062df53c747339b875c8cb0c13df576ad4b8 (patch) | |
| tree | 9c618866ea1159cf53ed6bdadeda48b4efff808f /FL/names.h | |
| parent | b7189192e2e31ce5ca1f2eaac2a303f9b8216ded (diff) | |
Adding `FL_BEFORE_MENU` event to classes derived from `Fl_Menu_`
Diffstat (limited to 'FL/names.h')
| -rw-r--r-- | FL/names.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/FL/names.h b/FL/names.h index e47d005ec..90ef231e7 100644 --- a/FL/names.h +++ b/FL/names.h @@ -73,10 +73,11 @@ const char * const fl_eventnames[] = "FL_FULLSCREEN", "FL_ZOOM_GESTURE", "FL_ZOOM_EVENT", - "FL_TOOLTIP_EVENT", - "FL_EVENT_29", // not yet defined, just in case it /will/ be defined ... + "FL_BEFORE_TOOLTIP", + "FL_BEFORE_MENU", "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 ... + "FL_EVENT_31", // not yet defined, just in case it /will/ be defined ... + "FL_EVENT_32" // not yet defined, just in case it /will/ be defined ... }; /** |
