]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/tipwin.tex
corrected default arguments, so that setting GetStdIcon works again
[wxWidgets.git] / docs / latex / wx / tipwin.tex
CommitLineData
e3c10211
JS
1\section{\class{wxTipWindow}}\label{wxtipwindow}
2
3Shows simple text in a popup tip window on creation. This is used by \helpref{wxSimpleHelpProvider}{wxsimplehelpprovider} to
4show popup help. The window automatically destroys itself when the user clicks on it or it loses
5the focus.
6
7You should not normally need to use it explicitly in your application since a help provider class
8will create it when required.
9
10\wxheading{Derived from}
11
12\helpref{wxFrame}{wxframe}\\
13\helpref{wxWindow}{wxwindow}\\
14\helpref{wxEvtHandler}{wxevthandler}\\
15\helpref{wxObject}{wxobject}
16
17\wxheading{Include files}
18
19<wx/tipwin.h>
20
21\latexignore{\rtfignore{\wxheading{Members}}}
22
23\membersection{wxTipWindow::wxTipWindow}\label{wxtipwindowwxtipwindow}
24
25\func{}{wxTipWindow}{\param{wxWindow* }{parent}, \param{const wxString\& }{text}, \param{wxCoord }{maxLength = 100}}
26
27Constructor. The tip is shown immediately the window is constructed.
28
29\membersection{wxTipWindow::Adjust}\label{wxtipwindowadjust}
30
31\func{void}{Adjust}{\param{const wxString\& }{text}, \param{wxCoord }{maxLength}}
32
33Calculates the client rect we need to display the text.
34