| 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. |
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