wx.StaticBoxSizer

Inheritance diagram for wx.StaticBoxSizer:



Description

wx.StaticBoxSizer is a sizer derived from wx.BoxSizer but adds a static box around the sizer. This static box may be either created independently or the sizer may create it itself as a convenience. In any case, the sizer owns the wx.StaticBox control and will delete it if it is deleted.

Note

Note that this static box must be created separately and passed to the sizer constructor.

Methods Summary

Properties Summary

Class API

Methods

__init__(box, orient=wx.HORIZONTAL)

Constructor. It takes an associated static box and the orientation orient as parameters – orient can be either of wx.VERTICAL or wx.HORIZONTAL.

Parameters:


Returns:

wx.StaticBoxSizer


GetStaticBox()

Returns the static box associated with the sizer.


Returns:

wx.StaticBox


Properties

StaticBox
See GetStaticBox