Package: gdk

GBoxed gdk-event-window-state

Superclasses

gdk-event, common-lisp:structure-object, common-lisp:t

Documented Subclasses

None

Details

Generated when the state of a toplevel window changes.
(define-g-boxed-variant-cstruct gdk-event "GdkEvent"
  (type gdk-event-type)
  (window (g-object gdk-window))
  (send-event (:boolean :int8))
            ...
            ((:window-state) gdk-event-window-state
             (changed-mask gdk-window-state)
             (new-window-state gdk-window-state))
  ... ))  
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.
changed-mask
The gdk-window-state mask specifying what flags have changed.
new-window-state
The new window state, a combination of gdk-window-state bits.
 

Slot Access Functions

Inherited Slot Access Functions

See also

2021-12-13