Package: gtk

Accessor gtk:drag-icon-child

Lambda List

gtk:drag-icon-child (object)

Syntax

(gtk:drag-icon-child object) => child
(setf (gtk:drag-icon-child object) child)

Arguments

object -- a gtk:drag-icon widget
child -- a gtk:widget child widget

Details

Accessor of the child slot of the gtk:drag-icon class. The gtk:drag-icon-child function gets the widget currently used as drag icon. The (setf gtk:drag-icon-child) function sets the widget to display as the drag icon.
 

See also

#2023-7-31