X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d9152d5d67dd675dbeab681b716d168402324f0..3cc305b2b4a0674c56c84d7088cfd70676b850f0:/docs/latex/wx/listbook.tex diff --git a/docs/latex/wx/listbook.tex b/docs/latex/wx/listbook.tex index de86b2cee1..4c73d53014 100644 --- a/docs/latex/wx/listbook.tex +++ b/docs/latex/wx/listbook.tex @@ -32,6 +32,10 @@ wxBookCtrlBase (see \helpref{wxBookCtrl overview}{wxbookctrloverview})\\ +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Window styles} \twocolwidtha{5cm} @@ -47,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.