]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/latex/wx/tooltip.tex
Applied patch [ 619539 ] patch to get small icon via geticon
[wxWidgets.git] / docs / latex / wx / tooltip.tex
... / ...
CommitLineData
1%
2% automatically generated by HelpGen from
3% /home/vasek/tooltip.h at 24/May/00 16:57:08
4%
5
6\section{\class{wxToolTip}}\label{wxtooltip}
7
8This class holds information about a tooltip associated with a window
9(see \helpref{wxWindow::SetToolTip}{wxwindowsettooltip}).
10
11The two static methods, \helpref{wxToolTip::Enable}{wxtooltipenable} and
12\helpref{wxToolTip::SetDelay}{wxtooltipsetdelay} can be used to globally
13alter tooltips behaviour.
14
15\wxheading{Derived from}
16
17\helpref{wxObject}{wxobject}
18
19
20\latexignore{\rtfignore{\wxheading{Members}}}
21
22
23\membersection{wxToolTip::Enable}\label{wxtooltipenable}
24
25\func{static void}{Enable}{\param{bool }{flag}}
26
27Enable or disable tooltips globally.
28
29
30\membersection{wxToolTip::SetDelay}\label{wxtooltipsetdelay}
31
32\func{static void}{SetDelay}{\param{long }{msecs}}
33
34Set the delay after which the tooltip appears.
35
36
37\membersection{wxToolTip::wxToolTip}\label{wxtooltipwxtooltip}
38
39\func{}{wxToolTip}{\param{const wxString\& }{tip}}
40
41Constructor.
42
43\membersection{wxToolTip::SetTip}\label{wxtooltipsettip}
44
45\func{void}{SetTip}{\param{const wxString\& }{tip}}
46
47Set the tooltip text.
48
49
50\membersection{wxToolTip::GetTip}\label{wxtooltipgettip}
51
52\constfunc{wxString}{GetTip}{\void}
53
54Get the tooltip text.
55
56\membersection{wxToolTip::GetWindow}\label{wxtooltipgetwindow}
57
58\constfunc{wxWindow*}{GetWindow}{\void}
59
60Get the associated window.
61