diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Tooltip.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Tooltip.H b/FL/Fl_Tooltip.H index a7ddaa744..984eb8694 100644 --- a/FL/Fl_Tooltip.H +++ b/FL/Fl_Tooltip.H @@ -34,6 +34,7 @@ */ class FL_EXPORT Fl_Tooltip { + friend class Fl_TooltipBox; public: /** Gets the tooltip delay. The default delay is 1.0 seconds. */ static float delay() { return delay_; } @@ -113,6 +114,7 @@ private: static int margin_width_; //!< distance around tooltip text left+right 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 }; #endif |
