摘要:
直接上代码import wximport randomimport timedebug = Trueclass MyFrame(wx.Frame): def __init__(self, parent, id): wx.Frame.__init__(self, parent, id, "Validate Frame", size=(300,400), style=wx.CAPTION|wx.CLOSE_BOX|wx.MINIMIZE_BOX|wx.SYSTEM_MENU) #self.SetMaxSize(wx.Size(300,400)) #s... 阅读全文
posted @ 2013-03-06 15:21 moose 阅读(696) 评论(0) 推荐(0) 编辑