Пример #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
 def __init__(self, notify, *args, **kw):  #PAK
     Timer.__init__(self, *args, **kw)  #PAK
     self.notify = notify