摘要: #encoding:utf-8import wximport wx.auiclass MyFrame(wx.Frame): def __init__(self, *args, **kwargs): wx.Frame.__init__(self, *args, **kwargs) self.mgr = 阅读全文
posted @ 2016-11-14 23:44 wjbooks 阅读(917) 评论(0) 推荐(0) 编辑
摘要: #encoding:utf-8 import wx import wx.lib.agw.customtreectrl as CT class MyFrame(wx.Frame): def __init__(self, parent): self.checked_items = [] wx.Frame.__init__(self, parent, -1, ... 阅读全文
posted @ 2016-11-14 00:57 wjbooks 阅读(2170) 评论(0) 推荐(0) 编辑