wx.lib.sized_controls.SizedStaticBox¶
StaticBox() -> None StaticBox(parent, id=ID_ANY, label=’’, pos=DefaultPosition, size=DefaultSize, style=0, name=StaticBoxNameStr) -> None
A static box is a rectangle drawn around other windows to denote a logical grouping of items.
Class Hierarchy¶
Known Superclasses¶
wx.StaticBox
, wx.lib.sized_controls.SizedParent
Methods Summary¶
Initialize self. See help(type(self)) for accurate signature. |
|
Called automatically by wx, do not call it from user code. |
Class API¶
- class SizedStaticBox(wx.StaticBox, SizedParent)¶
StaticBox() -> None StaticBox(parent, id=ID_ANY, label=’’, pos=DefaultPosition, size=DefaultSize, style=0, name=StaticBoxNameStr) -> None
A static box is a rectangle drawn around other windows to denote a logical grouping of items.
Methods¶
- __init__(self, \*args, \*\*kwargs)¶
Initialize self. See help(type(self)) for accurate signature.
- AddChild(self, child)¶
Called automatically by wx, do not call it from user code.