summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2018-03-15 09:34:20 +0000
committerMatthias Melcher <fltk@matthiasm.com>2018-03-15 09:34:20 +0000
commit67f0018dca4aa6eac36a2d90d4d4c9bfdd7a21a1 (patch)
tree50971b514e7e395babbe69d4335759fc3d36b17d /FL
parent630fc8e9839ac534ad445ddfda8f175365009439 (diff)
Removed warning for Android. Fixed "FIXME" in Fl_Tooltip. Removed tab characters.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12748 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Tooltip.H2
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