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