org.gnu.gdk
Class WMFunction
java.lang.Object
org.gnu.glib.Flags
org.gnu.gdk.WMFunction
public class WMFunction
- 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 |
ALL
public static final WMFunction ALL
RESIZE
public static final WMFunction RESIZE
MOVE
public static final WMFunction MOVE
MINIMIZE
public static final WMFunction MINIMIZE
MAXIMIZE
public static final WMFunction MAXIMIZE
CLOSE
public static final WMFunction CLOSE
intern
public static WMFunction intern(int value)
or
public WMFunction or(WMFunction other)
and
public WMFunction and(WMFunction other)
xor
public WMFunction xor(WMFunction other)
test
public boolean test(WMFunction other)