Package: gtk
GEnum gtk-position-type
Details
Describes which edge of a widget a certain feature is positioned at, e.g. the tabs of a gtk-notebook widget or the label of a gtk-scale widget. (define-g-enum "GtkPositionType" gtk-position-type (:export t :type-initializer "gtk_position_type_get_type") (:left 0) (:right 1) (:top 2) (:bottom 3))
| See also |
2021-5-20