[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: lazgdk3.pas line 4519
type TGdkWindowAttr = record |
||
title: Pgchar; |
|
|
event_mask: gint; |
|
|
x: gint; |
|
|
y: gint; |
|
|
width: gint; |
|
|
height: gint; |
|
|
wclass: TGdkWindowWindowClass; |
|
|
visual: PGdkVisual; |
|
|
window_type: TGdkWindowType; |
|
|
cursor: PGdkCursor; |
|
|
wmclass_name: Pgchar; |
|
|
wmclass_class: Pgchar; |
|
|
override_redirect: gboolean; |
|
|
type_hint: TGdkWindowTypeHint; |
|
|
end; |