org.gnu.gtk

Class TextWindowType

public class TextWindowType extends Enum

Field Summary
static TextWindowTypeBOTTOM
static TextWindowTypeLEFT
static TextWindowTypePRIVATE
static TextWindowTypeRIGHT
static TextWindowTypeTEXT
static TextWindowTypeTOP
static TextWindowTypeWIDGET
Method Summary
TextWindowTypeand(TextWindowType other)
static TextWindowTypeintern(int value)
TextWindowTypeor(TextWindowType other)
booleantest(TextWindowType other)
TextWindowTypexor(TextWindowType other)

Field Detail

BOTTOM

public static final TextWindowType BOTTOM

LEFT

public static final TextWindowType LEFT

PRIVATE

public static final TextWindowType PRIVATE

RIGHT

public static final TextWindowType RIGHT

TEXT

public static final TextWindowType TEXT

TOP

public static final TextWindowType TOP

WIDGET

public static final TextWindowType WIDGET

Method Detail

and

public TextWindowType and(TextWindowType other)

intern

public static TextWindowType intern(int value)

or

public TextWindowType or(TextWindowType other)

test

public boolean test(TextWindowType other)

xor

public TextWindowType xor(TextWindowType other)