]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/nbsizer.tex
wxXXChoiceDialog documentation fixes
[wxWidgets.git] / docs / latex / wx / nbsizer.tex
CommitLineData
85ec2f26
RR
1\section{\class{wxNotebookSizer}}\label{wxnotebooksizer}
2
c6eb7785
VS
3{\bf This class is deprecated and should not be used in new code! It is not
4longer needed, \helpref{wxNotebook}{wxnotebook} control can be inserted
5into any sizer class and it's minimal size will be determined correctly.
6See \helpref{wxSizer overview}{sizeroverview} for more information.}
7
85ec2f26
RR
8wxNotebookSizer is a specialized sizer to make sizers work in connection
9with using notebooks. This sizer is different from any other sizer as
10you must not add any children to it - instead, it queries the notebook class itself.
11The only thing this sizer does is to determine the size of the biggest
12page of the notebook and report an adjusted minimal size to a more toplevel
13sizer.
14
c6eb7785 15For more information, please see \helpref{Programming with wSizer}{notebooksizerprogramming}.
85ec2f26
RR
16
17\wxheading{Derived from}
18
19\helpref{wxSizer}{wxsizer}\\
20\helpref{wxObject}{wxobject}
21
1c0c339c
JS
22\wxheading{See also}
23
24\helpref{wxSizer}{wxsizer}, \helpref{wxNotebook}{wxnotebook}, \helpref{Sizer overview}{sizeroverview}
25
85ec2f26
RR
26\latexignore{\rtfignore{\wxheading{Members}}}
27
28\membersection{wxNotebookSizer::wxNotebookSizer}\label{wxnotebooksizerwxnotebooksizer}
29
30\func{}{wxNotebookSizer}{\param{wxNotebook* }{notebook}}
31
32Constructor. It takes an associated notebook as its only parameter.
33
34\membersection{wxNotebookSizer::GetNotebook}\label{wxnotebooksizergetnotebook}
35
36\func{wxNotebook*}{GetNotebook}{\void}
37
38Returns the notebook associated with the sizer.
39