:right-sidebar: True Orientation =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: Orientation :no-contents-entry: Represents the orientation of widgets and other objects. Typical examples are :obj:`~gi.repository.Gtk.Box` or :obj:`~gi.repository.Gtk.GesturePan`. Fields ------ .. rst-class:: interim-class .. class:: Orientation :no-index: .. attribute:: HORIZONTAL The element is in horizontal orientation. .. attribute:: VERTICAL The element is in vertical orientation.