wxTimer: wxObject

The wxTimer object is an abstraction of Windows 3, XView and X toolkit timers. To use it, derive a new class and override the Notify member to perform the required action. Start with Start, stop with Stop, it's as simple as that.

See also ::wxStartTimer and ::wxGetElapsedTime for stopwatch functions.

wxTimer::wxTimer

wxTimer::~wxTimer

wxTimer::Notify

wxTimer::Start

wxTimer::Stop