.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.sized_controls .. highlight:: python .. _wx.lib.sized_controls.SizedStaticBox: ========================================================================================================================================== |phoenix_title| **wx.lib.sized_controls.SizedStaticBox** ========================================================================================================================================== StaticBox() StaticBox(parent, id=ID_ANY, label="", pos=DefaultPosition, size=DefaultSize, style=0, name=StaticBoxNameStr) A static box is a rectangle drawn around other windows to denote a logical grouping of items. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class SizedStaticBox:
| |super_classes| Known Superclasses ================================== :class:`wx.StaticBox`, :class:`wx.lib.sized_controls.SizedParent` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.sized_controls.SizedStaticBox.__init__` Initialize self. See help(type(self)) for accurate signature. :meth:`~wx.lib.sized_controls.SizedStaticBox.AddChild` Called automatically by wx, do not call it from user code. ================================================================================ ================================================================================ | |api| Class API =============== .. class:: SizedStaticBox(wx.StaticBox, SizedParent) StaticBox() StaticBox(parent, id=ID_ANY, label="", pos=DefaultPosition, size=DefaultSize, style=0, name=StaticBoxNameStr) A static box is a rectangle drawn around other windows to denote a logical grouping of items. .. method:: __init__(self, \*args, \*\*kwargs) Initialize self. See help(type(self)) for accurate signature. .. method:: AddChild(self, child) Called automatically by wx, do not call it from user code.