2 % automatically generated by HelpGen from
3 % /home/vasek/tooltip.h at 24/May/00 16:57:08
6 \section{\class{wxToolTip
}}\label{wxtooltip
}
8 This class holds information about a tooltip associated with a window
9 (see
\helpref{wxWindow::SetToolTip
}{wxwindowsettooltip
}).
11 The two static methods,
\helpref{wxToolTip::Enable
}{wxtooltipenable
} and
12 \helpref{wxToolTip::SetDelay
}{wxtooltipsetdelay
} can be used to globally
13 alter tooltips behaviour.
15 \wxheading{Derived from
}
17 \helpref{wxObject
}{wxobject
}
20 \latexignore{\rtfignore{\wxheading{Members
}}}
23 \membersection{wxToolTip::Enable
}\label{wxtooltipenable
}
25 \func{static void
}{Enable
}{\param{bool
}{flag
}}
27 Enable or disable tooltips globally.
29 May not be supported on all platforms (eg. wxCocoa).
32 \membersection{wxToolTip::SetDelay
}\label{wxtooltipsetdelay
}
34 \func{static void
}{SetDelay
}{\param{long
}{msecs
}}
36 Set the delay after which the tooltip appears.
38 May not be supported on all platforms (eg. wxCocoa).
40 \membersection{wxToolTip::wxToolTip
}\label{wxtooltipwxtooltip
}
42 \func{}{wxToolTip
}{\param{const wxString\&
}{tip
}}
46 \membersection{wxToolTip::SetTip
}\label{wxtooltipsettip
}
48 \func{void
}{SetTip
}{\param{const wxString\&
}{tip
}}
53 \membersection{wxToolTip::GetTip
}\label{wxtooltipgettip
}
55 \constfunc{wxString
}{GetTip
}{\void}
59 \membersection{wxToolTip::GetWindow
}\label{wxtooltipgetwindow
}
61 \constfunc{wxWindow*
}{GetWindow
}{\void}
63 Get the associated window.