Create a new grid

Property definitions

gtk $ GtkGrid :: new
	# Create a new grid
	new `{
		return (GtkGrid*)gtk_grid_new();
	`}
lib/gtk/v3_4/gtk_core.nit:368,2--371,3