Package: gtk

Function gtk:drag-set-icon-pixbuf

Lambda List

gtk:drag-set-icon-pixbuf (context pixbuf x y)

Arguments

context -- a gdk:drag-context object for a drag, this must be called with a drag context for the source side of a drag
pixbuf -- a gdk-pixbuf:pixbuf object to use as the drag icon
x -- an integer with the x offset within widget of the hotspot
y -- an integer with the y offset within widget of the hotspot

Details

Sets the pixbuf as the icon for a given drag.
 

See also

#2023-3-17