Package: gtk

Function gtk:selection-convert

Lambda List

gtk:selection-convert (widget selection target time)

Arguments

widget -- a gtk:widget object that acts as requestor
selection -- a string representing the selection to get
target -- a string representing the form of information desired
time -- an unsigned integer for 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, for example, 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

#2025-07-17