def __init__(self, parent, _id): GenericPanel.__init__(self, parent, _id, ('Screen', 'Sound', 'Network')) self.staticText.SetLabel('What do you think the problem is from ?') self.Layout() self.stateValue = None self.comboBox.Bind(wx.EVT_COMBOBOX, self.OnSelect)
def __init__(self, parent, _id): GenericPanel.__init__(self, parent, _id, ('Switched On', 'Switched Off')) self.staticText.SetLabel('What is your computer\'s state right now?') self.stateValue = None