gtkSelectionClear {RGtk2} | R Documentation |
The default handler for the GtkWidget::selection_clear_event
signal.
WARNING: gtk_selection_clear
has been deprecated since version 2.4 and should not be used in newly-written code. Instead of calling this function, chain up from
your selection_clear_event handler. Calling this function
from any other context is illegal.
gtkSelectionClear(object, event)
|
[GtkWidget ] a GtkWidget |
|
[GdkEventSelection ] the event |
Since 2.2
[logical] TRUE
if the event was handled, otherwise false
Derived by RGtkGen from GTK+ documentation