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 PackType
END
static PackType
START

Method Summary

PackType
and(PackType other)
static PackType
intern(int value)
PackType
or(PackType other)
boolean
test(PackType other)
PackType
xor(PackType other)

Field Details

END

public static final PackType END

START

public static final PackType START

Method Details

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)