Package: gdk

GBoxed gdk:event-configure

Declaration

(define-gboxed-variant-cstruct event "GdkEvent"
  (type event-type)
  (window (g:object window))
  (send-event (:boolean :int8))
  (:variant type
            ...
            ((:configure) event-configure
             (x :int)
             (y :int)
             (width :int)
             (height :int))
  ... ))  

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.
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.

Details

Generated when a window size or position has changed.
 

Slot Access Functions

Inherited Slot Access Functions

See also

2024-6-28