X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc2171bd4c660b8554dae2a1cbf34ff09f3032a6..a236aa2058ccf3d36e9cafc20fa7375080c4be50:/docs/latex/wx/listbook.tex?ds=sidebyside diff --git a/docs/latex/wx/listbook.tex b/docs/latex/wx/listbook.tex index be233a2ccf..cf2fac23c0 100644 --- a/docs/latex/wx/listbook.tex +++ b/docs/latex/wx/listbook.tex @@ -6,7 +6,7 @@ %% Created: 22.08.03 %% RCS-ID: $Id$ %% Copyright: (c) 2003 Vadim Zeitlin -%% License: wxWidgets license +%% License: wxWindows license %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{\class{wxListbook}}\label{wxlistbook} @@ -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}\\ @@ -46,7 +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.