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")
|
the Gdkdisplaywhere the selection is set |
|
new selection owner (a GdkWidget), or NULL . [ allow-none ] |
|
an interned atom representing the selection to claim. |
|
timestamp with which to claim the selection |
Since 2.2
[logical] TRUE if the operation succeeded
Derived by RGtkGen from GTK+ documentation