org.gnu.gtk

Class WindowType


public class WindowType
extends Enum

END OF GENERATED CODE

Field Summary

static WindowType
POPUP
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

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)