X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/87cf52d8ac2102b784679e68e764940e84f3b63d..c266eff98c5e44012647f54f38a1e29ecabd8759:/docs/latex/wx/choicebk.tex diff --git a/docs/latex/wx/choicebk.tex b/docs/latex/wx/choicebk.tex index 6af79828c1..dc5b7f6df7 100644 --- a/docs/latex/wx/choicebk.tex +++ b/docs/latex/wx/choicebk.tex @@ -26,7 +26,7 @@ when screen space is restricted, as it often is when wxChoicebook is being emplo \wxheading{Derived from} -wxBookCtrlBase\\ +wxBookCtrlBase (see \helpref{wxBookCtrl overview}{wxbookctrloverview})\\ \helpref{wxControl}{wxcontrol}\\ \helpref{wxWindow}{wxwindow}\\ \helpref{wxEvtHandler}{wxevthandler}\\ @@ -36,6 +36,10 @@ wxBookCtrlBase\\ +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Window styles} \twocolwidtha{5cm} @@ -51,7 +55,27 @@ it is top).} \end{twocollist} +\input choicebevt.inc + \wxheading{See also} \helpref{wxBookCtrl}{wxbookctrloverview}, \helpref{wxNotebook}{wxnotebook}, \helpref{notebook sample}{samplenotebook} +\latexignore{\rtfignore{\wxheading{Members}}} + +\membersection{wxChoicebook::wxChoicebook}\label{wxchoicebookctor} + +\func{}{wxChoicebook}{\void} + +Default constructor. + +\func{}{wxChoicebook}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id}, \param{const wxPoint\&}{ pos = wxDefaultPosition}, + \param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style = 0}, \param{const wxString\& }{name = wxEmptyStr}} + +Constructs a choicebook control. + +\membersection{wxChoicebook::GetChoiceCtrl}\label{wxchoicebookgetchoicectrl} + +\constfunc{wxChoice *}{GetChoiceCtrl}{\void} + +Returns the \helpref{wxChoice}{wxchoice} associated with the control.