]>
Commit | Line | Data |
---|---|---|
f6bcfd97 BP |
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 | ||
8 | This class holds information about a tooltip associated with a window | |
9 | (see \helpref{wxWindow::SetToolTip}{wxwindowsettooltip}). | |
10 | ||
11 | The two static methods, \helpref{wxToolTip::Enable}{wxtooltipenable} and | |
12 | \helpref{wxToolTip::SetDelay}{wxtooltipsetdelay} can be used to globally | |
13 | alter 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 | ||
27 | Enable or disable tooltips globally. | |
28 | ||
29 | ||
30 | \membersection{wxToolTip::SetDelay}\label{wxtooltipsetdelay} | |
31 | ||
32 | \func{static void}{SetDelay}{\param{long }{msecs}} | |
33 | ||
34 | Set the delay after which the tooltip appears. | |
35 | ||
36 | ||
37 | \membersection{wxToolTip::wxToolTip}\label{wxtooltipwxtooltip} | |
38 | ||
39 | \func{}{wxToolTip}{\param{const wxString\& }{tip}} | |
40 | ||
41 | Constructor. | |
42 | ||
43 | \membersection{wxToolTip::SetTip}\label{wxtooltipsettip} | |
44 | ||
45 | \func{void}{SetTip}{\param{const wxString\& }{tip}} | |
46 | ||
47 | Set the tooltip text. | |
48 | ||
49 | ||
50 | \membersection{wxToolTip::GetTip}\label{wxtooltipgettip} | |
51 | ||
52 | \constfunc{wxString}{GetTip}{\void} | |
53 | ||
54 | Get the tooltip text. | |
55 | ||
56 | \membersection{wxToolTip::GetWindow}\label{wxtooltipgetwindow} | |
57 | ||
58 | \constfunc{wxWindow*}{GetWindow}{\void} | |
59 | ||
60 | Get the associated window. | |
61 |