Orientation
Description:
[ CCode ( cprefix = "GTK_ORIENTATION_" ) ]
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.