Describes which edge of a widget a certain feature is positioned. @https://developer.gnome.org/gtk3/3.2/gtk3-Standard-Enumerations.html#GtkPositionType
gtk $ GtkPositionType :: SELF
Type of this instance, automatically specialized in every classcore :: Pointer :: address_is_null
Is the address behind this Object at NULL?core :: Object :: class_factory
Implementation used byget_class to create the specific class.
			gtk :: GtkPositionType :: defaultinit
core :: Pointer :: defaultinit
core :: Object :: defaultinit
core :: Object :: is_same_instance
Return true ifself and other are the same instance (i.e. same identity).
			core :: Object :: is_same_serialized
Isself the same as other in a serialization context?
			core :: Object :: is_same_type
Return true ifself and other have the same dynamic type.
			core :: Object :: output_class_name
Display class name on stdout (debug only).
#enum GtkPositionType
#Describes which edge of a widget a certain feature is positioned.
#@https://developer.gnome.org/gtk3/3.2/gtk3-Standard-Enumerations.html#GtkPositionType
extern class GtkPositionType `{GtkPositionType`}
	#The feature is at the left edge.
	new left `{ return GTK_POS_LEFT; `}
	#The feature is at the right edge.
	new right `{ return GTK_POS_RIGHT; `}
	#The feature is at the top edge.
	new top `{ return GTK_POS_TOP; `}
	#The feature is at the bottom edge.
	new bottom `{ return GTK_POS_BOTTOM; `}
end
					lib/gtk/v3_4/gtk_enums.nit:179,1--194,3