Source position: gdktypes.pp line 968
type TGdkEventConfigure = record
thetype: TGdkEventType;
window: PGdkWindow;
send_event: gint8;
x: gint16;
y: gint16;
width: gint16;
height: gint16;
end;