org.gnu.gdk
Class WindowTypeHint
java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.WindowTypeHint
public class WindowTypeHint
- extends org.gnu.glib.Enum
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
NORMAL
public static final WindowTypeHint NORMAL
DIALOG
public static final WindowTypeHint DIALOG
MENU
public static final WindowTypeHint MENU
TOOLBAR
public static final WindowTypeHint TOOLBAR
intern
public static WindowTypeHint intern(int value)
or
public WindowTypeHint or(WindowTypeHint other)
and
public WindowTypeHint and(WindowTypeHint other)
xor
public WindowTypeHint xor(WindowTypeHint other)
test
public boolean test(WindowTypeHint other)