org.gnu.gdk
Class WindowHints
java.lang.Object
org.gnu.glib.Flags
org.gnu.gdk.WindowHints
public class WindowHints
- extends org.gnu.glib.Flags
Methods inherited from class org.gnu.glib.Flags |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
POS
public static final WindowHints POS
MIN_SIZE
public static final WindowHints MIN_SIZE
MAX_SIZE
public static final WindowHints MAX_SIZE
BASE_SIZE
public static final WindowHints BASE_SIZE
ASPECG
public static final WindowHints ASPECG
RESIZE_INC
public static final WindowHints RESIZE_INC
WIN_GRAVITY
public static final WindowHints WIN_GRAVITY
USER_POS
public static final WindowHints USER_POS
USER_SIZE
public static final WindowHints USER_SIZE
intern
public static WindowHints intern(int value)
or
public WindowHints or(WindowHints other)
and
public WindowHints and(WindowHints other)
xor
public WindowHints xor(WindowHints other)
test
public boolean test(WindowHints other)