bool wb_create_timer (int window, int id, int interval)
Creates a timer in the specified window. The timer must be given an integer id that must be unique to all timers and controls. interval specifies the time-out value in milliseconds. Timer events are passed to and processed by the window callback function. A call to wb_destroy_timer() destroys the timer.
|
wb_destroy_timer
System functions
Callback functions and window handlers