org.gnu.gdk
Class CrossingMode
java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.CrossingMode
public class CrossingMode
- 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 CrossingMode NORMAL
GRAB
public static final CrossingMode GRAB
UNGRAB
public static final CrossingMode UNGRAB
intern
public static CrossingMode intern(int value)
or
public CrossingMode or(CrossingMode other)
and
public CrossingMode and(CrossingMode other)
xor
public CrossingMode xor(CrossingMode other)
test
public boolean test(CrossingMode other)