wxpython基础框架
摘要:
import osimport wxclass MyFrame(wx.Frame): def __init__(self, parent, id=wx.ID_ANY, title="", pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.DEFAULT_FRAME_STYLE, name="MyFrame"): super(MyFrame, self).__init__(parent, id, title, pos, size, style, name) self.pan... 阅读全文
posted @ 2013-04-14 10:00 mtima 阅读(210) 评论(0) 推荐(0)
浙公网安备 33010602011771号