Source position: gdkevents.inc line 134
type TGdkEventExpose = record
_type: TGdkEventType;
window: PGdkWindow;
send_event: gint8;
area: TGdkRectangle;
region: PGdkRegion;
count: gint;
end;