Пример #1
0
 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)
Пример #2
0
 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