Package: gtk

Function gtk:selection-data-pixbuf

Lambda List

gtk:selection-data-pixbuf (selection)

Syntax

(gtk:selection-data-pixbuf selection) => pixbuf
(setf (gtk:selection-data-pixbuf selection) pixbuf)

Arguments

selection -- a gtk:selection-data instance
pixbuf -- a gdk-pixbuf:pixbuf object

Details

The gtk:selection-data-pixbuf function gets the contents of the selection data as a gdk-pixbuf:pixbuf object. The (setf gtk:selection-data-pixbuf) function sets the contents of the selection. The pixbuf is converted to the form determined by the target of the selection.
 

See also

#2023-3-24