Source position: gdkprivate.pp line 27
type TGdkWindowPrivate = record  | 
window: TGdkWindow;  | 
parent: PGdkWindow;  | 
xwindow: TWindow;  | 
xdisplay: PDisplay;  | 
x: gint16;  | 
y: gint16;  | 
width: guint16;  | 
height: guint16;  | 
resize_count: guint8;  | 
window_type: guint8;  | 
ref_count: guint;  | 
flag0: Word;  | 
extension_events: gint;  | 
filters: PGList;  | 
colormap: PGdkColormap;  | 
children: PGList;  | 
end;  |