org.gnu.gdk

Class WindowClass


public class WindowClass
extends Enum

END OF GENERATED CODE

Field Summary

static WindowClass
INPUT_ONLY
static WindowClass
INPUT_OUTPUT

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

INPUT_ONLY

public static final WindowClass INPUT_ONLY


INPUT_OUTPUT

public static final WindowClass INPUT_OUTPUT

Method Details

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)