Package: gtk

GEnum gtk:orientation

Declaration

(gobject:define-genum "GtkOrientation" orientation
  (:export t
   :type-initializer "gtk_orientation_get_type")
  (:horizontal 0)
  (:vertical 1))  

Values

:horizontal
The object is in horizontal orientation.
:vertical
The object is in vertical orientation.

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

2024-4-1