|
|||||||||
| 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
public class 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 * |
| 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 |
|---|
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 | ||||||||