org.gnu.gdk
Class GrabStatus
public class GrabStatus
extends Enum
ALREADY_GRABBED
public static final GrabStatus ALREADY_GRABBED
The resource is actively grabbed by another client.
FROZEN
public static final GrabStatus FROZEN
The resource is frozen by an active grab of another client.
INVALID_TIME
public static final GrabStatus INVALID_TIME
The resource was grabbed more recently than the specified time.
NOT_VIEWABLE
public static final GrabStatus NOT_VIEWABLE
The grab window or the confineTo window are not viewable.
SUCCESS
public static final GrabStatus SUCCESS
The resource was successfully grabbed.