Package wx :: Class Timer
[frames | no frames]

Type Timer

object --+        
         |        
    Object --+    
             |    
    EvtHandler --+
                 |
                Timer

Known Subclasses:
PyTimer

Proxy of C++ Timer class
Method Summary
Timer __init__(self, owner, id)
  __del__(self)
  __repr__(self)
  Destroy()
NO-OP: Timers must be destroyed by normal refrence counting
int GetId(self)
int GetInterval(self)
EvtHandler GetOwner(self)
bool IsOneShot(self)
bool IsRunning(self)
  SetOwner(self, owner, id)
bool Start(self, milliseconds, oneShot)
  Stop(self)

Method Details

Destroy()

NO-OP: Timers must be destroyed by normal refrence counting
Overrides:
wx.Object.Destroy

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:25:49 2005 http://epydoc.sf.net