Set a widget child inside the grid at a given position

Property definitions

gtk $ GtkGrid :: attach
	# Set a widget child inside the grid at a given position
	fun attach(child: GtkWidget, left, top, width, height: Int) `{
		gtk_grid_attach(self, child, left, top, width, height);
	`}
lib/gtk/v3_4/gtk_core.nit:373,2--376,3