[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGdk3' (#lcl)

TGdkGeometry

Declaration

Source position: lazgdk3.pas line 4389

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;