Home | Trees | Index | Help |
|
---|
Package wx :: Class StaticBoxSizer |
|
object
--+ |Object
--+ |Sizer
--+ |BoxSizer
--+ | StaticBoxSizer
wx.BoxSizer
and adds a wx.StaticBox
around the items that the sizer
manages. Note that this static box must be created separately and
passed to the sizer constructor.Method Summary | |
---|---|
StaticBoxSizer |
Constructor. |
__repr__(self)
| |
StaticBox |
Returns the static box associated with this sizer. |
Method Details |
---|
__init__(self,
box,
orient=HORIZONTAL)
Constructor. It takes an associated static box and the orientation
orient as parameters - orient can be either of wx.VERTICAL or
wx.HORIZONTAL. |
GetStaticBox(self)Returns the static box associated with this sizer.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:25:49 2005 | http://epydoc.sf.net |