diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-09-14 14:11:06 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-09-14 14:11:06 +0000 |
| commit | f6769cebc6734ac38b4732da4997751f6d4cc94c (patch) | |
| tree | 147f947ac1186db68ce2ec628833751579bd7b7d /documentation | |
| parent | 8c56fa75c7d2c865778a0e35e242536063acfb4c (diff) | |
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
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Fl_Tooltip.html | 19 |
1 files changed, 13 insertions, 6 deletions
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.</P> <LI><A HREF="#Fl_Tooltip.enter_area">enter_area</A></LI> <LI><A HREF="#Fl_Tooltip.exit">exit</A></LI> <LI><A HREF="#Fl_Tooltip.font">font</A></LI> + <LI><A HREF="#Fl_Tooltip.hoverdelay">hoverdelay</A></LI> <LI><A HREF="#Fl_Tooltip.size">size</A></LI> <LI><A HREF="#Fl_Tooltip.textcolor">textcolor</A></LI> @@ -86,21 +87,27 @@ Fl_Color color();</A></H4> <P>Gets or sets the background color for tooltips. The default background color is a pale yellow. -<H4><A NAME="Fl_Tooltip.textcolor">void textcolor(unsigned c);<BR> -Fl_Color textcolor();</A></H4> - -<P>Gets or sets the color of the text in the tooltip. The default is -black. - <H4><A NAME="Fl_Tooltip.font">void font(int i);<BR> int font();</A></H4> <P>Gets or sets the typeface for the tooltip text. +<H4><A NAME="Fl_Tooltip.hoverdelay">void hoverdelay(float f);<BR> +float hoverdelay();</A></H4> + +<P>Gets or sets the tooltip hover delay, the delay between tooltips. +The default delay is 0.2 seconds. + <H4><A NAME="Fl_Tooltip.size">void size(int s);<BR> int size();</A></H4> <P>Gets or sets the size of the tooltip text. +<H4><A NAME="Fl_Tooltip.textcolor">void textcolor(unsigned c);<BR> +Fl_Color textcolor();</A></H4> + +<P>Gets or sets the color of the text in the tooltip. The default is +black. + </BODY> </HTML> |
