def __init__(self, parent, label='', orient=wx.VERTICAL): wx.StaticBoxSizer.__init__(self, wx.StaticBox(parent, label=label), orient=orient)