GtkOrientation

Represents the orientation of widgets and other objects which can be switched between horizontal and vertical orientation on the fly, like #GtkToolbar or #GtkGesturePan.

Values

ValueMeaning
HORIZONTAL0

The element is in horizontal orientation.

VERTICAL1

The element is in vertical orientation.

Meta