org.gnu.gdk

Class WindowType

public class WindowType extends Enum

Field Summary
static WindowTypeCHILD
static WindowTypeDIALOG
static WindowTypeFOREIGN
static WindowTypeROOT
static WindowTypeTEMP
static WindowTypeTOPLEVEL
Method Summary
WindowTypeand(WindowType other)
static WindowTypeintern(int value)
WindowTypeor(WindowType other)
booleantest(WindowType other)
WindowTypexor(WindowType other)

Field Detail

CHILD

public static final WindowType CHILD

DIALOG

public static final WindowType DIALOG

FOREIGN

public static final WindowType FOREIGN

ROOT

public static final WindowType ROOT

TEMP

public static final WindowType TEMP

TOPLEVEL

public static final WindowType TOPLEVEL

Method Detail

and

public WindowType and(WindowType other)

intern

public static WindowType intern(int value)

or

public WindowType or(WindowType other)

test

public boolean test(WindowType other)

xor

public WindowType xor(WindowType other)