org.gnu.gdk

Class WindowAttributesType

public class WindowAttributesType extends Flags

Field Summary
static WindowAttributesTypeCOLORMAP
static WindowAttributesTypeCURSOR
static WindowAttributesTypeNOREDIR
static WindowAttributesTypeTITLE
static WindowAttributesTypeVISUAL
static WindowAttributesTypeWMCLASS
static WindowAttributesTypeX
static WindowAttributesTypeY
Method Summary
WindowAttributesTypeand(WindowAttributesType other)
static WindowAttributesTypeintern(int value)
WindowAttributesTypeor(WindowAttributesType other)
booleantest(WindowAttributesType other)
WindowAttributesTypexor(WindowAttributesType other)

Field Detail

COLORMAP

public static final WindowAttributesType COLORMAP

CURSOR

public static final WindowAttributesType CURSOR

NOREDIR

public static final WindowAttributesType NOREDIR

TITLE

public static final WindowAttributesType TITLE

VISUAL

public static final WindowAttributesType VISUAL

WMCLASS

public static final WindowAttributesType WMCLASS

X

public static final WindowAttributesType X

Y

public static final WindowAttributesType Y

Method Detail

and

public WindowAttributesType and(WindowAttributesType other)

intern

public static WindowAttributesType intern(int value)

or

public WindowAttributesType or(WindowAttributesType other)

test

public boolean test(WindowAttributesType other)

xor

public WindowAttributesType xor(WindowAttributesType other)