1999-12-12 17:02:50 +00:00
|
|
|
\section{\class{wxNotebookSizer}}\label{wxnotebooksizer}
|
|
|
|
|
2004-06-24 11:59:38 +00:00
|
|
|
{\bf This class is deprecated and should not be used in new code! It is not
|
|
|
|
longer needed, \helpref{wxNotebook}{wxnotebook} control can be inserted
|
|
|
|
into any sizer class and it's minimal size will be determined correctly.
|
|
|
|
See \helpref{wxSizer overview}{sizeroverview} for more information.}
|
|
|
|
|
1999-12-12 17:02:50 +00:00
|
|
|
wxNotebookSizer is a specialized sizer to make sizers work in connection
|
|
|
|
with using notebooks. This sizer is different from any other sizer as
|
|
|
|
you must not add any children to it - instead, it queries the notebook class itself.
|
|
|
|
The only thing this sizer does is to determine the size of the biggest
|
|
|
|
page of the notebook and report an adjusted minimal size to a more toplevel
|
|
|
|
sizer.
|
|
|
|
|
2004-06-24 11:59:38 +00:00
|
|
|
For more information, please see \helpref{Programming with wSizer}{notebooksizerprogramming}.
|
1999-12-12 17:02:50 +00:00
|
|
|
|
|
|
|
\wxheading{Derived from}
|
|
|
|
|
|
|
|
\helpref{wxSizer}{wxsizer}\\
|
|
|
|
\helpref{wxObject}{wxobject}
|
|
|
|
|
2002-01-27 19:58:13 +00:00
|
|
|
\wxheading{See also}
|
|
|
|
|
|
|
|
\helpref{wxSizer}{wxsizer}, \helpref{wxNotebook}{wxnotebook}, \helpref{Sizer overview}{sizeroverview}
|
|
|
|
|
1999-12-12 17:02:50 +00:00
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
|
|
|
\membersection{wxNotebookSizer::wxNotebookSizer}\label{wxnotebooksizerwxnotebooksizer}
|
|
|
|
|
|
|
|
\func{}{wxNotebookSizer}{\param{wxNotebook* }{notebook}}
|
|
|
|
|
|
|
|
Constructor. It takes an associated notebook as its only parameter.
|
|
|
|
|
|
|
|
\membersection{wxNotebookSizer::GetNotebook}\label{wxnotebooksizergetnotebook}
|
|
|
|
|
|
|
|
\func{wxNotebook*}{GetNotebook}{\void}
|
|
|
|
|
|
|
|
Returns the notebook associated with the sizer.
|
|
|
|
|