Set justification of the lines in the label relative to each other

Property definitions

gtk $ GtkLabel :: justify=
	# Set justification of the lines in the label relative to each other
	fun justify=(value: GtkJustification) `{ gtk_label_set_justify(self, value); `}
lib/gtk/v3_4/gtk_core.nit:713,2--714,80