Warning
gtk_timeout_add has been deprecated since version 2.4 and should not be used in newly-written code. Use g_timeout_add() instead.
Registers a function to be called periodically. The function will be called
repeatedly after interval milliseconds until it returns FALSE at which
point the timeout is destroyed and will not be called again.
Warning gtk_timeout_add has been deprecated since version 2.4 and should not be used in newly-written code. Use g_timeout_add() instead. Registers a function to be called periodically. The function will be called repeatedly after interval milliseconds until it returns FALSE at which point the timeout is destroyed and will not be called again.