Package: gdk

Accessor gdk:drop-drag

Lambda List

gdk:drop-drag (object)

Syntax

(gdk:drop-drag object) => drag

Arguments

object -- a gdk:drop object
drag -- a corresponding gdk:drag object

Details

Accessor of the drag slot of the gdk:drop class. If this is an in-app drag-and-drop operation, returns the drag object that corresponds to this drop. If it is not, nil is returned.
 

See also

#2023-8-7