org.gnu.gdk
public class GrabStatus extends Enum
| Field Summary | |
|---|---|
| static GrabStatus | ALREADY_GRABBED
The resource is actively grabbed by another client. |
| static GrabStatus | FROZEN
The resource is frozen by an active grab of another client. |
| static GrabStatus | INVALID_TIME
The resource was grabbed more recently than the specified time. |
| static GrabStatus | NOT_VIEWABLE
The grab window or the confineTo window are not viewable. |
| static GrabStatus | SUCCESS
The resource was successfully grabbed. |
| Method Summary | |
|---|---|
| GrabStatus | and(GrabStatus other) |
| static GrabStatus | intern(int value) |
| GrabStatus | or(GrabStatus other) |
| boolean | test(GrabStatus other) |
| GrabStatus | xor(GrabStatus other) |