Package: gdk
GBoxed gdk:event-crossing
Declaration
(define-gboxed-variant-cstruct event "GdkEvent"
(type event-type)
(window (g:object window))
(send-event (:boolean :int8))
(:variant type
...
((:enter-notify :leave-notify) event-crossing
(subwindow (g:object window))
(time :uint32)
(x :double)
(y :double)
(x-root :double)
(y-root :double)
(mode crossing-mode)
(detail notify-type)
(focus :boolean)
(state modifier-type))
... )) Values
Details Generated when the pointer enters or leaves a window. | Slot Access FunctionsInherited Slot Access FunctionsSee also |
2025-07-17