Source position: gdktypes.pp line 680
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;  | 
end;  |