X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8795498cd9ec480873e88fccbb63b94be3eddb92..0bd2681966523df88ad5cf8e505b532843e58d74:/docs/latex/wx/listbook.tex diff --git a/docs/latex/wx/listbook.tex b/docs/latex/wx/listbook.tex index 1c90a21b8c..4c73d53014 100644 --- a/docs/latex/wx/listbook.tex +++ b/docs/latex/wx/listbook.tex @@ -22,6 +22,7 @@ use the \helpref{notebook sample}{samplenotebook} to see wxListbook in action. \wxheading{Derived from} +wxBookCtrlBase (see \helpref{wxBookCtrl overview}{wxbookctrloverview})\\ \helpref{wxControl}{wxcontrol}\\ \helpref{wxWindow}{wxwindow}\\ \helpref{wxEvtHandler}{wxevthandler}\\ @@ -31,6 +32,10 @@ use the \helpref{notebook sample}{samplenotebook} to see wxListbook in action. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Window styles} \twocolwidtha{5cm} @@ -46,7 +51,27 @@ it is top).} \end{twocollist} +\input listbevt.inc + \wxheading{See also} \helpref{wxBookCtrl}{wxbookctrloverview}, \helpref{wxNotebook}{wxnotebook}, \helpref{notebook sample}{samplenotebook} +\latexignore{\rtfignore{\wxheading{Members}}} + +\membersection{wxListbook::wxListbook}\label{wxlistbookctor} + +\func{}{wxListbook}{\void} + +Default constructor. + +\func{}{wxListbook}{\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 listbook control. + +\membersection{wxListbook::GetListView}\label{wxlistbookgetlistview} + +\constfunc{wxListView *}{GetListView}{\void} + +Returns the \helpref{wxListView}{wxlistview} associated with the control.