From f6769cebc6734ac38b4732da4997751f6d4cc94c Mon Sep 17 00:00:00 2001
From: Michael R Sweet
Date: Sun, 14 Sep 2003 14:11:06 +0000
Subject: Add Fl_Tooltip::hoverdelay() method and code (STR #126)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3102 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
documentation/Fl_Tooltip.html | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
(limited to 'documentation')
diff --git a/documentation/Fl_Tooltip.html b/documentation/Fl_Tooltip.html
index 9ac2a2165..f44c2f0c8 100644
--- a/documentation/Fl_Tooltip.html
+++ b/documentation/Fl_Tooltip.html
@@ -36,6 +36,7 @@ all FLTK widgets.
enter_area
exit
font
+ hoverdelay
size
textcolor
@@ -86,21 +87,27 @@ Fl_Color color();
Gets or sets the background color for tooltips. The default
background color is a pale yellow.
-
-
-Gets or sets the color of the text in the tooltip. The default is
-black.
-
Gets or sets the typeface for the tooltip text.
+
+
+Gets or sets the tooltip hover delay, the delay between tooltips.
+The default delay is 0.2 seconds.
+
Gets or sets the size of the tooltip text.
+
+
+Gets or sets the color of the text in the tooltip. The default is
+black.
+