Package: gdk

GBoxed gdk:event-focus

Declaration

(define-gboxed-variant-cstruct event "GdkEvent"
  (type event-type)
  (window (g:object window))
  (send-event (:boolean :int8))
  (:variant type
            ...
            ((:focus-change) event-focus
             (in :int16))
  ... ))  

Values

type
The gdk:event-type type of the event.
window
The gdk:window object which received the event.
send-event
True if the event was sent explicitly.
in
True if the window has gained the keyboard focus, false if it has lost the focus.

Details

Describes a change of keyboard focus.
 

Slot Access Functions

Inherited Slot Access Functions

See also

2024-6-28