Package: gdk
GBoxed gdk:event-expose
Declaration
(define-gboxed-variant-cstruct event "GdkEvent"
  (type event-type)
  (window (g:object window))
  (send-event (:boolean :int8))
  (:variant type
            ...
            ((:expose) event-expose
             (area rectangle :inline t)
             (region (:pointer (:struct cairo:region-t)))
             (count :int))
  ... ))  Values
 Details      
    Generated when all or part of a window becomes visible and needs to be
    redrawn.                          | Slot Access Functions
 Inherited Slot Access FunctionsSee also | 
2025-08-31