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

gtk_grid_attach

Declaration

Source position: lazgtk3.pas line 17777

procedure gtk_grid_attach(

  grid: PGtkGrid;

  child: PGtkWidget;

  left: gint;

  top: gint;

  width: gint;

  height: gint

);