Source position: xlib.pp line 168
type TXSetWindowAttributes = record |
background_pixmap: TPixmap; |
background_pixel: culong; |
border_pixmap: TPixmap; |
border_pixel: culong; |
bit_gravity: cint; |
win_gravity: cint; |
backing_store: cint; |
backing_planes: culong; |
backing_pixel: culong; |
save_under: TBool; |
event_mask: clong; |
do_not_propagate_mask: clong; |
override_redirect: TBool; |
colormap: TColormap; |
cursor: TCursor; |
end; |