Package: gtk

GEnum gtk:position-type

Declaration

(gobject:define-genum "GtkPositionType" position-type
  (:export t
   :type-initializer "gtk_position_type_get_type")
  (:left 0)
  (:right 1)
  (:top 2)
  (:bottom 3))  

Values

:left
The feature is at the left edge.
:right
The feature is at the right edge.
:top
The feature is at the top edge.
:bottom
The feature is at the bottom edge.

Details

Describes which edge of a widget a certain feature is positioned at. For example, see the tabs of a gtk:notebook widget, or the label of a gtk:scale widget.
 

See also

2024-4-24