Package: gtk
GEnum gtk:orientation
Declaration(gobject:define-genum "GtkOrientation" orientation (:export t :type-initializer "gtk_orientation_get_type") (:horizontal 0) (:vertical 1)) Values
 Details      
    Represents the orientation of widgets and other objects which can be
    switched between horizontal and vertical orientation on the fly.    Typical examples are the gtk:box widget or the gtk:gesture-pan
  object.        | See also | 
2025-07-12