Package: gtk

Function gtk-selection-owner-set-for-display

Lambda List

gtk-selection-owner-set-for-display (display widget selection time)

Arguments

display -- the gdk-display object where the selection is set
widget -- new selection owner, a gtk-widget object, or nil
selection -- a gdk-atom as a string representing the selection to claim
time -- an unsigned integer with the timestamp with which to claim the selection

Return Value

True if the operation succeeded.

Details

Claim ownership of a given selection for a particular widget, or, if the widget argument is nil, release ownership of the selection.
 

See also

2021-10-3