Get the orientation of this widget

Property definitions

gtk $ GtkOrientable :: orientation
	# Get the orientation of this widget
	fun orientation: GtkOrientation `{
		return gtk_orientable_get_orientation(self);
	`}
lib/gtk/v3_4/gtk_core.nit:398,2--401,3