org.gnu.gdk
Class GrabStatus
java.lang.Object
org.gnu.glib.Flags
org.gnu.gdk.GrabStatus
- public class GrabStatus
- extends Flags
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
SUCCESS
public static final GrabStatus SUCCESS
ALREADY_GRABBED
public static final GrabStatus ALREADY_GRABBED
INVALID_TIME
public static final GrabStatus INVALID_TIME
NOT_VIEWABLE
public static final GrabStatus NOT_VIEWABLE
FROZEN
public static final GrabStatus FROZEN
intern
public static GrabStatus intern(int value)
or
public GrabStatus or(GrabStatus other)
and
public GrabStatus and(GrabStatus other)
xor
public GrabStatus xor(GrabStatus other)
test
public boolean test(GrabStatus other)