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
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