Package: gdk

GBoxed gdk-event-configure

Superclasses

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

Documented Subclasses

None

Details

Generated when a window size or position has changed.
(define-g-boxed-variant-cstruct gdk-event "GdkEvent"
  (type gdk-event-type)
  (window (g-object gdk-window))
  (send-event (:boolean :int8))
  (:variant type
            ...
            ((:configure) gdk-event-configure
             (x :int)
             (y :int)
             (width :int)
             (height :int))
  ... ))  
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.
x
The new integer x coordinate of the window, relative to its parent.
y
The new integer y coordinate of the window, relative to its parent.
width
The new integer width of the window.
height
The new integer height of the window.
 

Slot Access Functions

Inherited Slot Access Functions

See also

2021-12-13