Set the orientation of this widget

Property definitions

gtk $ GtkOrientable :: orientation=
	# Set the orientation of this widget
	fun orientation=(orientation: GtkOrientation) `{
		gtk_orientable_set_orientation(self, orientation);
	`}
lib/gtk/v3_4/gtk_core.nit:403,2--406,3