org.gnu.gdk

Class WindowTypeHint


public class WindowTypeHint
extends Enum

END OF GENERATED CODE

Field Summary

static WindowTypeHint
DIALOG
static WindowTypeHint
MENU
static WindowTypeHint
NORMAL
static WindowTypeHint
TOOLBAR

Fields inherited from class org.gnu.glib.Enum

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Enum

equals, getValue, hashCode

Field Details

DIALOG

public static final WindowTypeHint DIALOG


MENU

public static final WindowTypeHint MENU


NORMAL

public static final WindowTypeHint NORMAL


TOOLBAR

public static final WindowTypeHint TOOLBAR

Method Details

and

public WindowTypeHint and(WindowTypeHint other)


intern

public static WindowTypeHint intern(int value)


or

public WindowTypeHint or(WindowTypeHint other)


test

public boolean test(WindowTypeHint other)


xor

public WindowTypeHint xor(WindowTypeHint other)