Home | Trees | Index | Help |
|
---|
Package wx :: Class StaticBoxSizer |
|
object
--+ |Object
--+ |Sizer
--+ |BoxSizer
--+ | StaticBoxSizer
wx.StaticBoxSizer derives from and functions identically to the
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. |
StaticBox |
Returns the static box associated with this sizer. |
Property Summary | |
---|---|
StaticBox : See GetStaticBox | |
thisown : The membership flag |
Method Details |
---|
__init__(self,
box,
orient=HORIZONTAL)
|
GetStaticBox(self)Returns the static box associated with this sizer.
|
Property Details |
---|
StaticBoxSee
|
thisownThe membership flag |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:09:47 2007 | http://epydoc.sf.net |