]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/listbook.tex
added support for binary data to wxConfig (slightly modified patch 1736788)
[wxWidgets.git] / docs / latex / wx / listbook.tex
index 2452b732548248c405169e250c914faf0b3184f4..cf2fac23c0fe9eb79cc62c03fc300d6cdf934d60 100644 (file)
@@ -15,13 +15,14 @@ wxListbook is a class similar to \helpref{wxNotebook}{wxnotebook} but which
 uses a \helpref{wxListCtrl}{wxlistctrl} to show the labels instead of the
 tabs.
 
-There is no documentation for this class yet but its usage is strictly
+There is no documentation for this class yet but its usage is
 identical to wxNotebook (except for the features clearly related to tabs
 only), so please refer to that class documentation for now. You can also
 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}\\
@@ -46,6 +47,27 @@ it is top).}
 
 \end{twocollist}
 
+\input listbevt.inc
+
 \wxheading{See also}
 
-\helpref{wxNotebook}{wxnotebook}, \helpref{notebook sample}{samplenotebook}
+\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.