]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/nbsizer.tex
added wxTopLevelWindow::RequestUserAttention(); documented it and implemented it...
[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
85ec2f26
RR
15\wxheading{Derived from}
16
17\helpref{wxSizer}{wxsizer}\\
18\helpref{wxObject}{wxobject}
19
1c0c339c
JS
20\wxheading{See also}
21
22\helpref{wxSizer}{wxsizer}, \helpref{wxNotebook}{wxnotebook}, \helpref{Sizer overview}{sizeroverview}
23
85ec2f26
RR
24\latexignore{\rtfignore{\wxheading{Members}}}
25
26\membersection{wxNotebookSizer::wxNotebookSizer}\label{wxnotebooksizerwxnotebooksizer}
27
28\func{}{wxNotebookSizer}{\param{wxNotebook* }{notebook}}
29
30Constructor. It takes an associated notebook as its only parameter.
31
32\membersection{wxNotebookSizer::GetNotebook}\label{wxnotebooksizergetnotebook}
33
34\func{wxNotebook*}{GetNotebook}{\void}
35
36Returns the notebook associated with the sizer.
37