Package: gtk

Function gtk:selection-add-target

Lambda List

gtk:selection-add-target (widget selection target info)

Arguments

widget -- a gtk:widget object
selection -- a gdk:atom-as-string as a string with the selection
target -- a gdk:atom-as-string as a string with the target to add
info -- a unsigned integer which will be passed back to the application

Details

Appends a specified target to the list of supported targets for a given widget and selection.
 

See also

#2023-3-22