X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dceb1c097c8c24b398f48b482220c358bc7b4db4..d5bef0a32337a8e8b2666fd64f78dbbbf01cda3f:/docs/latex/wx/tbook.tex diff --git a/docs/latex/wx/tbook.tex b/docs/latex/wx/tbook.tex index 4e25b09c47..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}