org.gnu.gdk

Class WindowAttributesType


public class WindowAttributesType
extends Flags

Field Summary

static WindowAttributesType
COLORMAP
static WindowAttributesType
CURSOR
static WindowAttributesType
NOREDIR
static WindowAttributesType
TITLE
static WindowAttributesType
VISUAL
static WindowAttributesType
WMCLASS
static WindowAttributesType
X
static WindowAttributesType
Y

Fields inherited from class org.gnu.glib.Flags

value_

Method Summary

WindowAttributesType
and(WindowAttributesType other)
static WindowAttributesType
intern(int value)
WindowAttributesType
or(WindowAttributesType other)
boolean
test(WindowAttributesType other)
WindowAttributesType
xor(WindowAttributesType other)

Methods inherited from class org.gnu.glib.Flags

equals, getValue, hashCode

Field Details

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 Details

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)