1c0c339c2d
individual class reference docs. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
35 lines
1.2 KiB
TeX
35 lines
1.2 KiB
TeX
\section{\class{wxNotebookSizer}}\label{wxnotebooksizer}
|
|
|
|
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.
|
|
|
|
For more information, please see \helpref{Programming with wxNotebookSizer}{notebooksizerprogramming}.
|
|
|
|
\wxheading{Derived from}
|
|
|
|
\helpref{wxSizer}{wxsizer}\\
|
|
\helpref{wxObject}{wxobject}
|
|
|
|
\wxheading{See also}
|
|
|
|
\helpref{wxSizer}{wxsizer}, \helpref{wxNotebook}{wxnotebook}, \helpref{Sizer overview}{sizeroverview}
|
|
|
|
\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.
|
|
|