diff options
Diffstat (limited to 'FL/Fl_Tooltip.H')
| -rw-r--r-- | FL/Fl_Tooltip.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Tooltip.H b/FL/Fl_Tooltip.H index 3e07e2852..477380017 100644 --- a/FL/Fl_Tooltip.H +++ b/FL/Fl_Tooltip.H @@ -96,7 +96,7 @@ public: /** Returns the window that is used for tooltips */ static Fl_Window* current_window(void); /** \brief Temporarily Override Tooltip Text during an FL_BEFORE_TOOLTIP event. */ - static int override_text(const char *new_text); + static int _text(const char *new_text); // These should not be public, but Fl_Widget::tooltip() needs them... // fabien: made it private with only a friend function access @@ -121,7 +121,7 @@ private: static int margin_height_; //!< distance around tooltip text top+bottom static int wrap_width_; //!< maximum width of tooltip text before it word wraps static const int draw_symbols_; // 1 = draw @-symbols in tooltips, 0 = no - static char *override_text_; //!< a copy of the last text for an overridden tooltip + static char *_text_; //!< a copy of the last text for an overridden tooltip }; #endif |
