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

:none
Group has no effect.
:horizontal
Group affects horizontal requisition.
:vertical
Group affects vertical requisition.
:both
Group affects both horizontal and vertical requisition.

Details

The mode of the size group determines the directions in which the size group affects the requested sizes of its component widgets.
 

See also

#2024-3-22