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.
30 \membersection{wxToolTip::SetDelay
}\label{wxtooltipsetdelay
}
32 \func{static void
}{SetDelay
}{\param{long
}{msecs
}}
34 Set the delay after which the tooltip appears.
37 \membersection{wxToolTip::wxToolTip
}\label{wxtooltipwxtooltip
}
39 \func{}{wxToolTip
}{\param{const wxString\&
}{tip
}}
43 \membersection{wxToolTip::SetTip
}\label{wxtooltipsettip
}
45 \func{void
}{SetTip
}{\param{const wxString\&
}{tip
}}
50 \membersection{wxToolTip::GetTip
}\label{wxtooltipgettip
}
52 \constfunc{wxString
}{GetTip
}{\void}
56 \membersection{wxToolTip::GetWindow
}\label{wxtooltipgetwindow
}
58 \constfunc{wxWindow*
}{GetWindow
}{\void}
60 Get the associated window.