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 widget is in horizontal orientation.
:vertical
The widget is in vertical orientation.

Details

Represents the orientation of widgets which implements the gtk:orientable interface and can be switched between horizontal and vertical orientation on the fly.
 

See also

2024-3-14