Package: gdk

GBoxed gdk-event-property

Superclasses

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

Documented Subclasses

None

Details

Describes a property change on 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
            ...
            ((:property-notify) gdk-event-property
             (atom gdk-atom)
             (time :uint32)
             (state gdk-property-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.
atom
A gdk-atom property that was changed.
time
An unsigned integer with the time of the event in milliseconds.
state
A value of the gdk-property-state enumeration.
 

Slot Access Functions

Inherited Slot Access Functions

See also

2021-12-13