X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c55b3652b16f892e9064460bbeea94769f3d27c..07fa8f78f82cd01ef4034a489419da9e86499b18:/docs/latex/wx/toolbook.tex?ds=sidebyside diff --git a/docs/latex/wx/toolbook.tex b/docs/latex/wx/toolbook.tex index 4621496d18..ec84f5c0dd 100644 --- a/docs/latex/wx/toolbook.tex +++ b/docs/latex/wx/toolbook.tex @@ -22,7 +22,7 @@ use the \helpref{notebook sample}{samplenotebook} to see wxToolbook in action. \wxheading{Derived from} -wxBookCtrlBase\\ +wxBookCtrlBase (see \helpref{wxBookCtrl overview}{wxbookctrloverview})\\ \helpref{wxControl}{wxcontrol}\\ \helpref{wxControl}{wxcontrol}\\ \helpref{wxWindow}{wxwindow}\\ @@ -33,15 +33,24 @@ wxBookCtrlBase\\ +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Window styles} \twocolwidtha{5cm} \begin{twocollist}\itemsep=0pt - -\twocolitem{\windowstyle{wxLB\_DEFAULT}}{Choose the default location for the -labels depending on the current platform (currently always the top).} +\twocolitem{\windowstyle{wxTBK\_BUTTONBAR}}{Use wxButtonToolBar-based +implementation under Mac OS (ignored under other platforms.)} +\twocolitem{\windowstyle{wxTBK\_HORZ\_LAYOUT}}{Shows the text and the icons +alongside, not vertically stacked (only implement under Windows and GTK 2 +platforms as it relies on \texttt{wxTB\_HORZ\_LAYOUT} flag support).} \end{twocollist} +The common wxBookCtrl styles described in this control +\helpref{overview}{wxbookctrloverview} are also supported. + \wxheading{See also} \helpref{wxBookCtrl}{wxbookctrloverview}, \helpref{wxNotebook}{wxnotebook}, \helpref{notebook sample}{samplenotebook}