org.gnu.gdk

Class WindowState


public class WindowState
extends Flags

END OF GENERATED CODE

Field Summary

static WindowState
ICONIFIED
static WindowState
MAXIMIZED
static WindowState
STICKY
static WindowState
WITHDRAWN

Fields inherited from class org.gnu.glib.Flags

value_

Method Summary

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

Methods inherited from class org.gnu.glib.Flags

equals, getValue, hashCode

Field Details

ICONIFIED

public static final WindowState ICONIFIED


MAXIMIZED

public static final WindowState MAXIMIZED


STICKY

public static final WindowState STICKY


WITHDRAWN

public static final WindowState WITHDRAWN

Method Details

and

public WindowState and(WindowState other)


intern

public static WindowState intern(int value)


or

public WindowState or(WindowState other)


test

public boolean test(WindowState other)


xor

public WindowState xor(WindowState other)