SizeGroupMode
Description:
[ CCode ( cprefix = "GTK_SIZE_GROUP_" ) ]
public enum SizeGroupMode
The mode of the size group determines the directions in which the size group affects the requested sizes of its component widgets.
Content:
Enum values:
- BOTH - group affects both horizontal and
vertical requisition
- HORIZONTAL - group affects horizontal
requisition
- NONE - group has no effect
- VERTICAL - group affects vertical
requisition