Package: gdk

Function gdk:drag-context-device

Lambda List

gdk:drag-context-device (context)

Syntax

(gdk:drag-context-device context) => device
(setf (gdk:drag-context-device context) device)

Arguments

context -- a gdk:drag-context object
device -- a gdk:device object associated to context

Details

Associates a device to the drag context, so all drag and drop events for the drag context are emitted as if they came from this device.
 

See also

#2024-6-28