|
|||||||||
| 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
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.
public class SizeGroupMode
Modes for SizeGroup objects.
SizeGroup| Field Summary | |
|---|---|
static SizeGroupMode |
BOTH
Deprecated. group effects both horizontal and vertical requisition |
static SizeGroupMode |
HORIZONTAL
Deprecated. group effects horizontal requisition |
static SizeGroupMode |
NONE
Deprecated. group has no effect |
static SizeGroupMode |
VERTICAL
Deprecated. group effects vertical requisition * |
| Method Summary | |
|---|---|
SizeGroupMode |
and(SizeGroupMode other)
Deprecated. |
static SizeGroupMode |
intern(int value)
Deprecated. |
SizeGroupMode |
or(SizeGroupMode other)
Deprecated. |
boolean |
test(SizeGroupMode other)
Deprecated. |
SizeGroupMode |
xor(SizeGroupMode other)
Deprecated. |
| 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 | ||||||||