gtkSelectionOwnerSet {RGtk2} | R Documentation |
Claims ownership of a given selection for a particular widget,
or, if widget
is NULL
, release ownership of the selection.
gtkSelectionOwnerSet(object, selection, time = "GDK_CURRENT_TIME")
|
[GtkWidget ] a GtkWidget , or NULL . |
|
[GdkAtom ] an interned atom representing the selection to claim |
|
[numeric] timestamp with which to claim the selection |
[logical] TRUE
if the operation succeeded
Derived by RGtkGen from GTK+ documentation