public final class SizeGroupMode
extends org.freedesktop.bindings.Constant
Modifier and Type | Field and Description |
---|---|
static SizeGroupMode |
BOTH
Widgets in this SizeGroup will have the same size request (both width
and height) as the largest Widget in the group.
|
static SizeGroupMode |
HORIZONTAL
All the Widgets in this SizeGroup will share the width requested by the
widest Widget in the group.
|
static SizeGroupMode |
NONE
The SizeGroup will (no longer have) an effect.
|
static SizeGroupMode |
VERTICAL
All the Widgets in this SizeGroup will share the height requested by
the tallest Widget in the group.
|
public static final SizeGroupMode BOTH
public static final SizeGroupMode HORIZONTAL
public static final SizeGroupMode NONE
public static final SizeGroupMode VERTICAL