]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/listbook.tex
fix typo
[wxWidgets.git] / docs / latex / wx / listbook.tex
index de86b2cee14ba4d0c889f9485093dddf07636ba5..cf2fac23c0fe9eb79cc62c03fc300d6cdf934d60 100644 (file)
@@ -47,7 +47,27 @@ it is top).}
 
 \end{twocollist}
 
 
 \end{twocollist}
 
+\input listbevt.inc
+
 \wxheading{See also}
 
 \helpref{wxBookCtrl}{wxbookctrloverview}, \helpref{wxNotebook}{wxnotebook}, \helpref{notebook sample}{samplenotebook}
 
 \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.