摘要: class PySimpleApp(wx.App): def __init__(self, redirect=False, filename=None, useBestVisual=False, clearSigInt=True): wx.App.__init__(self, redirect, filename, useBestVisual, clearSigInt) def OnInit(se...
阅读全文
posted @ 2008-03-27 22:28 Applemars 阅读(91) 评论(0)
编辑