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/Fl_Tooltip.H | |
| parent | b7189192e2e31ce5ca1f2eaac2a303f9b8216ded (diff) | |
Adding `FL_BEFORE_MENU` event to classes derived from `Fl_Menu_`
Diffstat (limited to 'FL/Fl_Tooltip.H')
| -rw-r--r-- | FL/Fl_Tooltip.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl_Tooltip.H b/FL/Fl_Tooltip.H index d417ba189..592371651 100644 --- a/FL/Fl_Tooltip.H +++ b/FL/Fl_Tooltip.H @@ -95,7 +95,7 @@ public: static void wrap_width(int v) { wrap_width_ = v; } /** Returns the window that is used for tooltips */ static Fl_Window* current_window(void); - /** \brief Temporarily Override Tooltip Text during an FL_TOOLTIP_EVENT. */ + /** \brief Temporarily Override Tooltip Text during an FL_BEFORE_TOOLTIP event. */ static int override_text(const char *new_text); // These should not be public, but Fl_Widget::tooltip() needs them... |
