org.gnu.gtk

Class SizeGroupMode

public class SizeGroupMode extends Enum

Deprecated: This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may in the future have an equivalent in java-gnome 4.0, try looking for org.gnome.gtk.SizeGroupMode. You should be aware that there is a considerably different API in the new library: the architecture is completely different and most notably internals are no longer exposed to public view.

Modes for SizeGroup objects.

See Also:

Field Summary
static SizeGroupModeBOTH
group effects both horizontal and vertical requisition
static SizeGroupModeHORIZONTAL
group effects horizontal requisition
static SizeGroupModeNONE
group has no effect
static SizeGroupModeVERTICAL
group effects vertical requisition *
Method Summary
SizeGroupModeand(SizeGroupMode other)
static SizeGroupModeintern(int value)
SizeGroupModeor(SizeGroupMode other)
booleantest(SizeGroupMode other)
SizeGroupModexor(SizeGroupMode other)

Field Detail

BOTH

public static final SizeGroupMode BOTH
group effects both horizontal and vertical requisition

HORIZONTAL

public static final SizeGroupMode HORIZONTAL
group effects horizontal requisition

NONE

public static final SizeGroupMode NONE
group has no effect

VERTICAL

public static final SizeGroupMode VERTICAL
group effects vertical requisition *

Method Detail

and

public SizeGroupMode and(SizeGroupMode other)

intern

public static SizeGroupMode intern(int value)

or

public SizeGroupMode or(SizeGroupMode other)

test

public boolean test(SizeGroupMode other)

xor

public SizeGroupMode xor(SizeGroupMode other)