org.gnu.gtk

Class WindowType


public class WindowType
extends Enum

END OF GENERATED CODE

Field Summary

static WindowType
POPUP
static WindowType
TOPLEVEL

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

POPUP

public static final WindowType POPUP


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)