2020 wxWidgets team. Licensed under the wxWindows Free Documentation Licence, Version 3 wxStaticBoxSizer
wxStaticBoxSizer Functions for wxStaticBoxSizer class

wxStaticBoxSizer is a sizer derived from wxBoxSizer but adds a static box around the sizer.

The static box may be either created independently or the sizer may create it itself as a convenience. In any case, the sizer owns the wxStaticBox control and will delete it in the wxStaticBoxSizer destructor.

Note that since wxWidgets 2.9.1 you are encouraged to create the windows which are added to wxStaticBoxSizer as children of wxStaticBox itself, see this class documentation for more details.

Example of use of this class:

See: wxSizer, wxStaticBox, wxBoxSizer, Overview sizer

This class is derived (and can use functions) from: wxBoxSizer wxSizer

wxWidgets docs: wxStaticBoxSizer

This constructor uses an already existing static box.

This constructor uses an already existing static box.

This constructor creates a new static box with the given label and parent window.

This constructor creates a new static box with the given label and parent window.

Returns the static box associated with the sizer.

Returns the static box associated with the sizer.

Destructor

Destroys the object.