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. |
Derived by RGtkGen from GTK+ documentation