Gtk.Orientation
Represents the orientation of widgets which can be switched between horizontal and vertical orientation on the fly, like Gtk.Toolbar.
- Orientation.HORIZONTAL
The widget is in horizontal orientation.
- Orientation.VERTICAL
The widget is in vertical orientation.