Package: gdk
GBoxed gdk-event-dnd
Superclassesgdk-event, common-lisp:structure-object, common-lisp:t Documented Subclasses
None
Details
Generated during DND operations.
(define-g-boxed-variant-cstruct gdk-event "GdkEvent"
(type gdk-event-type)
(window (g-object gdk-window))
(send-event (:boolean :int8))
...
((:drag-enter
:drag-leave
:drag-motion
:drag-status
:drop-start
:drop-finished) gdk-event-dnd
(context (g-object gdk-drag-context))
(time :uint32)
(x-root :short)
(y-root :short))
... ))
| Slot Access Functions
Inherited Slot Access FunctionsSee also |
2021-12-13