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(self)
NO-OP: Timers must be destroyed by normal reference 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(self)

NO-OP: Timers must be destroyed by normal reference counting

Overrides:
wx.Object.Destroy

Generated by Epydoc 2.1.20050511.rpd on Sun Mar 26 10:02:00 2006 http://epydoc.sf.net