org.gnu.gtk
public class PackType extends Enum
START The child is packed into the start of the box. END The child is packed into the end of the box.
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) |