def __init__(self, parent, id=wx.ID_ANY, label="", style=wx.ALIGN_LEFT, size=(-1,-1)): wx.StaticText.__init__(self, parent, id, label=label, style=style, size=size)