selectionOwnerSetForDisplay
fn
bool selectionOwnerSetForDisplay(gdk.display.Display display, gtk.widget.Widget widget, gdk.atom.Atom selection, uint time)Claim ownership of a given selection for a particular widget, or, if widget is null, release ownership of the selection.
Parameters
display | the #GdkDisplay where the selection is set |
widget | new selection owner (a #GtkWidget), or null. |
selection | an interned atom representing the selection to claim. |
time | timestamp with which to claim the selection |
Returns
TRUE if the operation succeeded