StaticBox() -> None StaticBox(parent : Window, id: int=ID_ANY, label: str=’’, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=0, name: str=StaticBoxNameStr) -> None
A static box is a rectangle drawn around other windows to denote a logical grouping of items.
wx.StaticBox
, wx.lib.sized_controls.SizedParent
Initialize self. See help(type(self)) for accurate signature. |
|
Called automatically by wx, do not call it from user code. |
StaticBox() -> None StaticBox(parent : Window, id: int=ID_ANY, label: str=’’, pos: Point=DefaultPosition, size: Size=DefaultSize, style: int=0, name: str=StaticBoxNameStr) -> None
A static box is a rectangle drawn around other windows to denote a logical grouping of items.
Initialize self. See help(type(self)) for accurate signature.
Called automatically by wx, do not call it from user code.