Source position: gdkwindow.inc line 142
type TGdkGeometry = record |
min_width: gint; |
min_height: gint; |
max_width: gint; |
max_height: gint; |
base_width: gint; |
base_height: gint; |
width_inc: gint; |
height_inc: gint; |
min_aspect: gdouble; |
max_aspect: gdouble; |
win_gravity: TGdkGravity; |
end; |