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

TGtkFixedChild

Declaration

Source position: lazgtk3.pas line 7145

type TGtkFixedChild = record

  widget: PGtkWidget;

  

  x: gint;

  

  y: gint;

  

end;