X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a7af285d1ab87e908454bfabbbe063ab1756912b..6b9c622a2ef9a19cd49c6267a1bd1e29ac404a62:/docs/latex/wx/toolbook.tex diff --git a/docs/latex/wx/toolbook.tex b/docs/latex/wx/toolbook.tex index 2abc168468..ec84f5c0dd 100644 --- a/docs/latex/wx/toolbook.tex +++ b/docs/latex/wx/toolbook.tex @@ -41,11 +41,16 @@ wxBookCtrlBase (see \helpref{wxBookCtrl overview}{wxbookctrloverview})\\ \twocolwidtha{5cm} \begin{twocollist}\itemsep=0pt - -\twocolitem{\windowstyle{wxBK\_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}