gtkSelectionOwnerSetForDisplay {RGtk2} | R Documentation |
Claim ownership of a given selection for a particular widget, or,
if widget
is NULL
, release ownership of the selection.
gtkSelectionOwnerSetForDisplay(display, widget = NULL, selection, time = "GDK_CURRENT_TIME")
|
[GdkDisplay ] the Gdkdisplay where the selection is set |
|
[GtkWidget ] new selection owner (a GdkWidget ), or NULL . |
|
[GdkAtom ] an interned atom representing the selection to claim. |
|
[numeric] timestamp with which to claim the selection |
Since 2.2
[logical] TRUE if the operation succeeded
Derived by RGtkGen from GTK+ documentation