Package: gdk
GBoxed gdk-event-crossing
Superclassesgdk-event, common-lisp:structure-object, common-lisp:t Documented Subclasses
None
Details Generated when the pointer enters or leaves a window.
(define-g-boxed-variant-cstruct gdk-event "GdkEvent"
(type gdk-event-type)
(window (g-object gdk-window))
(send-event (:boolean :int8))
(:variant type
...
((:enter-notify :leave-notify) gdk-event-crossing
(subwindow (g-object gdk-window))
(time :uint32)
(x :double)
(y :double)
(x-root :double)
(y-root :double)
(mode gdk-crossing-mode)
(detail gdk-notify-type)
(focus :boolean)
(state gdk-modifier-type))
... ))
| Slot Access FunctionsInherited Slot Access FunctionsSee also |
2021-12-13