org.gnu.gdk
public class WindowType extends Enum
Field Summary | |
---|---|
static WindowType | CHILD |
static WindowType | DIALOG |
static WindowType | FOREIGN |
static WindowType | ROOT |
static WindowType | TEMP |
static WindowType | TOPLEVEL |
Method Summary | |
---|---|
WindowType | and(WindowType other) |
static WindowType | intern(int value) |
WindowType | or(WindowType other) |
boolean | test(WindowType other) |
WindowType | xor(WindowType other) |