GtkOrientation
Represents the orientation of widgets which can be switched between horizontal and vertical orientation on the fly, like GtkToolbar.
Value | Symbolic name | Description |
| Â Â 0 | Gtk::ORIENTATION_HORIZONTAL | The widget is in horizontal orientation. |
| Â Â 1 | Gtk::ORIENTATION_VERTICAL | The widget is in vertical orientation. |