Package: gdk
Class gdk:drag-context
Superclassesgobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct Slots
None
Details The gdk:drag-context class and the correspondig functions provide a
low level interface for drag and drop.
The X backend of GDK supports both the Xdnd and Motif drag and drop protocols transparently, the Win32 backend supports the WM_DROPFILES protocol. GTK provides a higher level abstraction based on top of these functions, and so they are not normally needed in GTK applications. See the Drag and Drop section of the GTK documentation for more information. Signal DetailsThe "action-changed" signallambda (context action) :run-last
The "cancel" signallambda (context reason) :run-last
The "dnd-finished" signallambda (context) :run-last
The "drop-performed" signallambda (context time) :run-last
| Inherited Slot Access FunctionsSee also |
2025-07-17