Orientation
Description:
[ CCode ( cprefix = "GTK_ORIENTATION_" , type_id = "gtk_orientation_get_type ()" ) ]
public enum Orientation
Represents the orientation of widgets and other objects.
Typical examples are [class@Box] or [class@GesturePan].
Content:
Enum values:
- HORIZONTAL - The element is in
horizontal orientation.
- VERTICAL - The element is in vertical
orientation.