Package: gdk
Class gdk:drag
Superclassesgobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gdk:drag object represents the source of an ongoing DND
operation. A gdk:drag object is created when a drag is started, and stays alive
for duration of the DND operation. After a drag has been started with the gdk:drag-begin function, the caller gets informed about the status of the ongoing drag operation with signals on the gdk:drag object. 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 "cancel" signallambda (drag reason) :run-last
The "dnd-finished" signallambda (drag) :run-last
The "drop-performed" signallambda (drag) :run-last
| Slot Access Functions
Inherited Slot Access FunctionsSee also |
2024-5-2