Source position: gdktypes.pp line 662
type TGdkWindowAttr = record  | 
title: ;  | 
event_mask: gint;  | 
x: gint16;  | 
y: gint16;  | 
width: gint16;  | 
height: gint16;  | 
wclass: TGdkWindowClass;  | 
visual: PGdkVisual;  | 
colormap: PGdkColormap;  | 
window_type: TGdkWindowType;  | 
cursor: PGdkCursor;  | 
wmclass_name: ;  | 
wmclass_class: ;  | 
override_redirect: gboolean;  | 
end;  |