Package: gtk

Function gtk-selection-convert

Lambda List

gtk-selection-convert (widget selection target time)

Arguments

widget -- the gtk-widget object which acts as requestor
selection -- a gdk-atom as a string which selection to get
target -- a gdk-atom as a string with the form of information desired
time -- an unsigned integer with the time of request, usually of triggering event, in emergency, you could use the +gdk-current-time+ value

Return Value

True if requested succeeded, false if we could not process request, e.g., there was already a request in process for this widget.

Details

Requests the contents of a selection. When received, a "selection-received" signal will be generated.
 

See also

2021-10-3