org.gnu.gtk

Class PackType

public class PackType extends Enum

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.
 

See Also: Box VBox HBox

Field Summary
static PackTypeEND
static PackTypeSTART
Method Summary
PackTypeand(PackType other)
static PackTypeintern(int value)
PackTypeor(PackType other)
booleantest(PackType other)
PackTypexor(PackType other)

Field Detail

END

public static final PackType END

START

public static final PackType START

Method Detail

and

public PackType and(PackType other)

intern

public static PackType intern(int value)

or

public PackType or(PackType other)

test

public boolean test(PackType other)

xor

public PackType xor(PackType other)