org.gnu.gdk

Class WindowType


public class WindowType
extends Enum

END OF JNI CODE

Field Summary

static WindowType
CHILD
static WindowType
DIALOG
static WindowType
FOREIGN
static WindowType
ROOT
static WindowType
TEMP
static WindowType
TOPLEVEL

Method Summary

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

Field Details

CHILD

public static final WindowType CHILD

DIALOG

public static final WindowType DIALOG

FOREIGN

public static final WindowType FOREIGN

ROOT

public static final WindowType ROOT

TEMP

public static final WindowType TEMP

TOPLEVEL

public static final WindowType TOPLEVEL

Method Details

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)