wxNotebookSizer Class Reference
[Window Layout]

#include <wx/sizer.h>

Inheritance diagram for wxNotebookSizer:

wxSizer wxObject

List of all members.


Detailed Description

Deprecated:
This class is deprecated and should not be used in new code! It is no longer needed, wxNotebook control can be inserted into any sizer class and its minimal size will be determined correctly.
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.

Library:  wxBase

Category:  Window Layout

See also:
wxSizer, wxNotebook, Sizers overview

Public Member Functions

 wxNotebookSizer (wxNotebook *notebook)
wxNotebookGetNotebook ()

Constructor & Destructor Documentation

wxNotebookSizer::wxNotebookSizer ( wxNotebook notebook  ) 

Constructor. It takes an associated notebook as its only parameter.


Member Function Documentation

wxNotebook* wxNotebookSizer::GetNotebook (  ) 

Returns the notebook associated with the sizer.



wxWidgets logo

[ top ]