wx.StaticBox

Inheritance diagram for wx.StaticBox:



Description

A static box is a rectangle drawn around other panel items to denote a logical grouping of items.

Note

Please note that a static box should not be used as the parent for the controls it contains, instead they should be siblings of each other. Although using a static box as a parent might work in some versions of wxWidgets, it results in a crash under, for example, wxGTK.

Note

Also, please note that because of this, the order in which you create new controls is important. Create your wx.StaticBox control before any siblings that are to appear inside the wx.StaticBox in order to preserve the correct Z-Order of controls.

See also

wx.StaticText

Control Appearance


wxMSW

wxMSW

wxMAC

wxMAC

wxGTK

wxGTK


Methods Summary

Class API

Methods

__init__(parent, id=-1, label="", pos=wx.DefaultPosition, size=wx.DefaultSize, style=0, name=wx.StaticBoxNameStr)

Constructor, creating and showing a static box.

Parameters:


Returns:

wx.StaticBox