org.gnu.gtk

Class WindowType

public class WindowType extends Enum

Field Summary
static WindowTypePOPUP
static WindowTypeTOPLEVEL
Method Summary
WindowTypeand(WindowType other)
static WindowTypeintern(int value)
WindowTypeor(WindowType other)
booleantest(WindowType other)
WindowTypexor(WindowType other)

Field Detail

POPUP

public static final WindowType POPUP

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)