Namespaces | |
namespace | wx.Timer |
Classes | |
class | Timer |
Variables | |
const bool | wxTIMER_CONTINOUS = false |
generate notifications periodically until the timer is stopped (default) | |
const bool | wxTIMER_ONE_SHOT = true |
only send the notification once and then stop the timer |