]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/toolbook.tex
don't make read-only text controls editable when enabled
[wxWidgets.git] / docs / latex / wx / toolbook.tex
CommitLineData
3c55b365
JS
1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2%% Name: toolbook.tex
3%% Purpose: wxToolbook documentation
4%% Author: Julian Smart
5%% Modified by:
6%% Created: 2006-01-30
7%% RCS-ID: $Id$
8%% Copyright: (c) 2006 Julian Smart
9%% License: wxWindows license
10%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11
12\section{\class{wxToolbook}}\label{wxtoolbook}
13
14wxToolbook is a class similar to \helpref{wxNotebook}{wxnotebook} but which
15uses a \helpref{wxToolBar}{wxtoolbar} to show the labels instead of the
16tabs.
17
18There is no documentation for this class yet but its usage is
19identical to wxNotebook (except for the features clearly related to tabs
20only), so please refer to that class documentation for now. You can also
21use the \helpref{notebook sample}{samplenotebook} to see wxToolbook in action.
22
23\wxheading{Derived from}
24
2d9152d5 25wxBookCtrlBase (see \helpref{wxBookCtrl overview}{wxbookctrloverview})\\
3c55b365
JS
26\helpref{wxControl}{wxcontrol}\\
27\helpref{wxControl}{wxcontrol}\\
28\helpref{wxWindow}{wxwindow}\\
29\helpref{wxEvtHandler}{wxevthandler}\\
30\helpref{wxObject}{wxobject}
31
32\wxheading{Include files}
33
34<wx/toolbook.h>
35
36\wxheading{Window styles}
37
38\twocolwidtha{5cm}
39\begin{twocollist}\itemsep=0pt
40
0d3abce0 41\twocolitem{\windowstyle{wxBK\_DEFAULT}}{Choose the default location for the
3c55b365
JS
42labels depending on the current platform (currently always the top).}
43\end{twocollist}
44
45\wxheading{See also}
46
47\helpref{wxBookCtrl}{wxbookctrloverview}, \helpref{wxNotebook}{wxnotebook}, \helpref{notebook sample}{samplenotebook}
48