GdkEventExpose

Generated when all or part of a window becomes visible and needs to be redrawn.

Members

Variables

area
GdkRectangle area;

bounding box of @region.

count
int count;

the number of contiguous gdk.types.EventType.Expose events following this one. The only use for this is “exposure compression”, i.e. handling all contiguous gdk.types.EventType.Expose events in one go, though GDK performs some exposure compression so this is not normally needed.

region
cairo_region_t* region;

the region that needs to be redrawn.

sendEvent
byte sendEvent;

true if the event was sent explicitly.

type
GdkEventType type;

the type of the event (gdk.types.EventType.Expose or gdk.types.EventType.Damage).

window
GdkWindow* window;

the window which received the event.