This is my combo box code:
这是我的组合框代码:
self.lblname = wx.StaticText(self, -1,"Timeslot" ,wx.Point(20,150))
self.sampleList = ['09.00-10.00','10.00-11.00','11.00-12.00']
self.edithear=wx.ComboBox(self, 30, "", wx.Point(150,150 ), wx.Size(95, -1),
self.sampleList, wx.CB_DROPDOWN)
self.