| gtkTimeoutRemove {RGtk2} | R Documentation |
Removes the given timeout destroying all information about it.
WARNING: gtk_timeout_remove is deprecated and should not be used in newly-written code. Use gSourceRemove instead.
gtkTimeoutRemove(timeout.handler.id)
|
[numeric] The identifier returned when installing the timeout. |
This function is deprecated. You should use GDK_PRIORITY_REDRAW instead.
This function is deprecated. You should use G_PRIORITY_HIGH instead.
This function is deprecated. You should use G_PRIORITY_DEFAULT_IDLE instead.
This function is deprecated. You should use G_PRIORITY_LOW instead.
Derived by RGtkGen from GTK+ documentation