Give the children of self equal space in the box?

Property definitions

gtk $ GtkBox :: homogeneous
	# Give the children of `self` equal space in the box?
	fun homogeneous: Bool `{ return gtk_box_get_homogeneous(self); `}
lib/gtk/v3_4/gtk_core.nit:421,2--422,66