e3507dd851
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
58 lines
1.9 KiB
TeX
58 lines
1.9 KiB
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%% Name: toolbook.tex
|
|
%% Purpose: wxToolbook documentation
|
|
%% Author: Julian Smart
|
|
%% Modified by:
|
|
%% Created: 2006-01-30
|
|
%% RCS-ID: $Id$
|
|
%% Copyright: (c) 2006 Julian Smart
|
|
%% License: wxWindows license
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\section{\class{wxToolbook}}\label{wxtoolbook}
|
|
|
|
wxToolbook is a class similar to \helpref{wxNotebook}{wxnotebook} but which
|
|
uses a \helpref{wxToolBar}{wxtoolbar} to show the labels instead of the
|
|
tabs.
|
|
|
|
There is no documentation for this class yet but its usage is
|
|
identical to wxNotebook (except for the features clearly related to tabs
|
|
only), so please refer to that class documentation for now. You can also
|
|
use the \helpref{notebook sample}{samplenotebook} to see wxToolbook in action.
|
|
|
|
\wxheading{Derived from}
|
|
|
|
wxBookCtrlBase (see \helpref{wxBookCtrl overview}{wxbookctrloverview})\\
|
|
\helpref{wxControl}{wxcontrol}\\
|
|
\helpref{wxControl}{wxcontrol}\\
|
|
\helpref{wxWindow}{wxwindow}\\
|
|
\helpref{wxEvtHandler}{wxevthandler}\\
|
|
\helpref{wxObject}{wxobject}
|
|
|
|
\wxheading{Include files}
|
|
|
|
<wx/toolbook.h>
|
|
|
|
\wxheading{Library}
|
|
|
|
\helpref{wxCore}{librarieslist}
|
|
|
|
\wxheading{Window styles}
|
|
|
|
\twocolwidtha{5cm}
|
|
\begin{twocollist}\itemsep=0pt
|
|
\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}
|
|
|