|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gtk.SizeGroupMode
Modes for SizeGroup
objects.
SizeGroup
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 |
Fields inherited from class org.gnu.glib.Enum |
value_ |
Method Summary | |
SizeGroupMode |
and(SizeGroupMode other)
|
static SizeGroupMode |
intern(int value)
|
SizeGroupMode |
or(SizeGroupMode other)
|
boolean |
test(SizeGroupMode other)
|
SizeGroupMode |
xor(SizeGroupMode other)
|
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final SizeGroupMode NONE
public static final SizeGroupMode HORIZONTAL
public static final SizeGroupMode VERTICAL
public static final SizeGroupMode BOTH
Method Detail |
public static SizeGroupMode intern(int value)
public SizeGroupMode or(SizeGroupMode other)
public SizeGroupMode and(SizeGroupMode other)
public SizeGroupMode xor(SizeGroupMode other)
public boolean test(SizeGroupMode other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |