Package: gtk
GEnum gtk:size-group-mode
Declaration(gobject:define-genum "GtkSizeGroupMode" size-group-mode (:export t :type-initializer "gtk_size_group_mode_get_type") (:none 0) (:horizontal 1) (:vertical 2) (:both 3)) Values
Details
The mode of the size group determines the directions in which the gtk:size-group widget affects the requested sizes of its component
widgets. | See also |
2025-2-23