Exemple #1
0
 def __init__(self, wxapp):
     wxTimer.__init__(self)
     self.wxapp = wxapp
Exemple #2
0
 def __init__(self, notify, *args, **kw):  #PAK
     Timer.__init__(self, *args, **kw)     #PAK
     self.notify = notify
 def __init__(self, wxapp):
     wxTimer.__init__(self)
     self.wxapp = wxapp
Exemple #4
0
 def __init__(self, notify, *args, **kw):  #PAK
     Timer.__init__(self, *args, **kw)  #PAK
     self.notify = notify