Classes
Timer | An object which represents a toolkit independent timer. |
Bases: enaml.widgets.toolkit_object.ToolkitObject
An object which represents a toolkit independent timer.
The interval of the timer, in milliseconds. The default is 0 and indicates that the timer will fire as soon as the event queue is emptied of all pending events.
Whether the timer fires only once, or repeatedly until stopped.
An event fired when the timer times out.
A reference to the ProxyTimer object.