Insert a column at the specified position

Property definitions

gtk $ GtkGrid :: insert_column
	# Insert a column at the specified position
	fun insert_column(position: Int) `{
		gtk_grid_insert_column(self, position);
	`}
lib/gtk/v3_4/gtk_core.nit:388,2--391,3