阅读背景:

如何链接组合框和命令按钮?

来源:互联网 

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.



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: