phoenix_title wx.lib.sized_controls.SizedStaticBox

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.


class_hierarchy Class Hierarchy

Inheritance diagram for class SizedStaticBox:

super_classes Known Superclasses

wx.StaticBox, wx.lib.sized_controls.SizedParent


method_summary Methods Summary

__init__

Initialize self. See help(type(self)) for accurate signature.

AddChild

Called automatically by wx, do not call it from user code.


api Class API

class SizedStaticBox(wx.StaticBox, SizedParent)

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.


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.