X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/17902387c4c464e24f05597be07bfc6f487ee815..22d8c8bf43707108cef4c1f9f0f0e103f38285db:/docs/latex/wx/tbook.tex?ds=sidebyside diff --git a/docs/latex/wx/tbook.tex b/docs/latex/wx/tbook.tex index 6db142a2f9..1b10d024cd 100644 --- a/docs/latex/wx/tbook.tex +++ b/docs/latex/wx/tbook.tex @@ -11,17 +11,20 @@ \section{wxBookCtrl overview}\label{wxbookctrloverview} -Classes: \helpref{wxNotebook}{wxnotebook}, \helpref{wxListbook}{wxlistbook}, \helpref{wxChoicebook}{wxchoicebook} +Classes: \helpref{wxNotebook}{wxnotebook}, \helpref{wxListbook}{wxlistbook}, \helpref{wxChoicebook}{wxchoicebook}, +\helpref{wxTreebook}{wxtreebook}, \helpref{wxToolbook}{wxtoolbook} \subsection{Introduction}\label{wxbookctrlintro} A book control is a convenient way of displaying multiple pages of information, -displayed one page at a time. wxWidgets has three variants of this control: +displayed one page at a time. wxWidgets has five variants of this control: \begin{itemize}\itemsep=0pt \item \helpref{wxNotebook}{wxnotebook}: uses a row of tabs \item \helpref{wxListbook}{wxlistbook}: controlled by a \helpref{wxListCtrl}{wxlistctrl} \item \helpref{wxChoicebook}{wxchoicebook}: controlled by a \helpref{wxChoice}{wxchoice} +\item \helpref{wxTreebook}{wxtreebook}: controlled by a \helpref{wxTreeCtrl}{wxtreectrl} +\item \helpref{wxToolbook}{wxtoolbook}: controlled by a \helpref{wxToolBar}{wxtoolbar} \end{itemize} \subsection{Best book}\label{wxbestbookctrl} @@ -46,3 +49,4 @@ WinCE, and \helpref{wxNotebook}{wxnotebook} for all other platforms. The mapping \end{twocollist} See {\tt samples/widgets} for an example of wxBookCtrl usage. +