wx._misc.Timer
Proxy of C++ Timer class

Destroy(self)
NO-OP: Timers must be destroyed by normal refrence counting

GetId(args, kwargs)
GetId(self) -> int

GetInterval(args, kwargs)
GetInterval(self) -> int

GetOwner(args, kwargs)
GetOwner(self) -> EvtHandler

IsOneShot(args, kwargs)
IsOneShot(self) -> bool

IsRunning(args, kwargs)
IsRunning(self) -> bool

SetOwner(args, kwargs)
SetOwner(self, EvtHandler owner, int id=-1)

Start(args, kwargs)
Start(self, int milliseconds=-1, bool oneShot=False) -> bool

Stop(args, kwargs)
Stop(self)

[constructor]
Usage: classname(arguments)

[member '__doc__']
Documentation for this class

[member '__module__']
The module that this class belongs to

[operator 'del']
Usage: del a

[operator 'repr']
Usage: repr(a)