GtkSizeGroupMode

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

Value

Symbolic name

Description

  0Gtk::SIZE_GROUP_NONE Group has no effect.
  1Gtk::SIZE_GROUP_HORIZONTAL Group effects horizontal requisition.
  2Gtk::SIZE_GROUP_VERTICAL Group effects vertical requisition.
  3Gtk::SIZE_GROUP_BOTH Group effects both horizontal and vertical requisition.