1 \section{\class{wxTipWindow
}}\label{wxtipwindow
}
3 Shows simple text in a popup tip window on creation. This is used by
\helpref{wxSimpleHelpProvider
}{wxsimplehelpprovider
} to
4 show popup help. The window automatically destroys itself when the user clicks on it or it loses
7 You should not normally need to use it explicitly in your application since a help provider class
8 will create it when required.
10 \wxheading{Derived from
}
12 wxPopupTransientWindow\\
14 \helpref{wxWindow
}{wxwindow
}\\
15 \helpref{wxEvtHandler
}{wxevthandler
}\\
16 \helpref{wxObject
}{wxobject
}
18 \wxheading{Include files
}
22 \latexignore{\rtfignore{\wxheading{Members
}}}
24 \membersection{wxTipWindow::wxTipWindow
}\label{wxtipwindowwxtipwindow
}
26 \func{}{wxTipWindow
}{\param{wxWindow*
}{parent
},
\param{const wxString\&
}{text
},
\param{wxCoord
}{maxLength =
100}}
28 Constructor. The tip is shown immediately the window is constructed.
30 \membersection{wxTipWindow::Adjust
}\label{wxtipwindowadjust
}
32 \func{void
}{Adjust
}{\param{const wxString\&
}{text
},
\param{wxCoord
}{maxLength
}}
34 Calculates the client rect we need to display the text.