gtkIdleRemoveByData {RGtk2} | R Documentation |
Removes the idle function identified by the user data.
WARNING: gtk_idle_remove_by_data
is deprecated and should not be used in newly-written code. Use gIdleRemoveByData()
instead.
gtkIdleRemoveByData(data)
|
[R object] remove the idle function which was registered with this user data. |
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