org.gnu.gdk

Class WindowClass

public class WindowClass extends Enum

Field Summary
static WindowClassINPUT_ONLY
static WindowClassINPUT_OUTPUT
Method Summary
WindowClassand(WindowClass other)
static WindowClassintern(int value)
WindowClassor(WindowClass other)
booleantest(WindowClass other)
WindowClassxor(WindowClass other)

Field Detail

INPUT_ONLY

public static final WindowClass INPUT_ONLY

INPUT_OUTPUT

public static final WindowClass INPUT_OUTPUT

Method Detail

and

public WindowClass and(WindowClass other)

intern

public static WindowClass intern(int value)

or

public WindowClass or(WindowClass other)

test

public boolean test(WindowClass other)

xor

public WindowClass xor(WindowClass other)