org.gnu.gtk
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) |