GtkOrientation

Represents the orientation of widgets and other objects.

Typical examples are GtkBox or GtkGesturePan`.

Values

ValueMeaning
HORIZONTAL0

The element is in horizontal orientation.

VERTICAL1

The element is in vertical orientation.

Meta