|
|||||||||
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.PackType
org.gnome.gtk.PackType
.
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 PackType
Represents the packing location of Box children.
START The child is packed into the start of the box. END The child is packed into the end of the box.
Box
,
VBox
,
HBox
Field Summary | |
---|---|
static PackType |
END
Deprecated. |
static PackType |
START
Deprecated. |
Method Summary | |
---|---|
PackType |
and(PackType other)
Deprecated. |
static PackType |
intern(int value)
Deprecated. |
PackType |
or(PackType other)
Deprecated. |
boolean |
test(PackType other)
Deprecated. |
PackType |
xor(PackType 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 PackType START
public static final PackType END
Method Detail |
---|
public static PackType intern(int value)
public PackType or(PackType other)
public PackType and(PackType other)
public PackType xor(PackType other)
public boolean test(PackType other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |