예제 #1
0
 def __init__(self, wxapp):
     wxTimer.__init__(self)
     self.wxapp = wxapp
예제 #2
0
 def __init__(self, notify, *args, **kw):  #PAK
     Timer.__init__(self, *args, **kw)     #PAK
     self.notify = notify
예제 #3
0
 def __init__(self, wxapp):
     wxTimer.__init__(self)
     self.wxapp = wxapp
예제 #4
0
파일: wxcruft.py 프로젝트: willend/sasview
 def __init__(self, notify, *args, **kw):  #PAK
     Timer.__init__(self, *args, **kw)  #PAK
     self.notify = notify