| 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. |
__repr__(self)
| |
| StaticBox |
Returns the static box associated with this sizer. |
| Method Details |
|---|
__init__(self,
box,
orient=HORIZONTAL)
|
GetStaticBox(self)Returns the static box associated with this sizer.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Sun Mar 26 10:01:00 2006 | http://epydoc.sf.net |