WinBinder Manual/wb destroy timer

From wiki.swiftlytilting.com

bool 'wb_destroy_timer (int window, int id)

Destroys a timer created with wb_create_timer(). The window and the id parameters must be the same that were passed to wb_create_timer() when the timer was created.

See also