gtkIdleRemove {RGtk2} | R Documentation |
Removes the idle function with the given id.
WARNING: gtk_idle_remove
is deprecated and should not be used in newly-written code. Use gSourceRemove
instead.
gtkIdleRemove(idle.handler.id)
|
[numeric] Identifies the idle function to remove. |
Derived by RGtkGen from GTK+ documentation