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

TGtkRequestedSize

Declaration

Source position: lazgtk3.pas line 11970

type TGtkRequestedSize = record

  data: gpointer;

  

  minimum_size: gint;

  

  natural_size: gint;

  

end;