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