org.gnu.gtk
public class SizeGroupMode extends Enum
| Field Summary | |
|---|---|
| static SizeGroupMode | BOTH group effects both horizontal and vertical requisition |
| static SizeGroupMode | HORIZONTAL group effects horizontal requisition |
| static SizeGroupMode | NONE group has no effect |
| static SizeGroupMode | VERTICAL group effects vertical requisition * |
| Method Summary | |
|---|---|
| SizeGroupMode | and(SizeGroupMode other) |
| static SizeGroupMode | intern(int value) |
| SizeGroupMode | or(SizeGroupMode other) |
| boolean | test(SizeGroupMode other) |
| SizeGroupMode | xor(SizeGroupMode other) |