org.gnu.gtk

Class TextWindowType


public class TextWindowType
extends Enum

Field Summary

static TextWindowType
BOTTOM
static TextWindowType
LEFT
static TextWindowType
PRIVATE
static TextWindowType
RIGHT
static TextWindowType
TEXT
static TextWindowType
TOP
static TextWindowType
WIDGET

Method Summary

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

Field Details

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 Details

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)