Contents Up Previous Next

wxTimer is-a wxObject

A timer object can be created to notify the application at regular intervals.

wxTimer create
wxTimer start
wxTimer stop


wxTimer create

void ( create)

Creates a timer object. Use timer-start to start the timer, and register a Notify callback function to receive notification.


wxTimer start

bool ( start long milliseconds)

Starts the timer, notifying at intervals of duration milliseconds.


wxTimer stop

bool ( stop)

Stops the timer.