GrabStatus
Description:
[ CCode ( cprefix = "GDK_GRAB_" , type_id = "gdk_grab_status_get_type ()" ) ]
public enum GrabStatus
Content:
Enum values:
- ALREADY_GRABBED - the resource is
actively grabbed by another client.
- FAILED - the grab failed for some other
reason.
- FROZEN - the resource is frozen by an active
grab of another client.
- INVALID_TIME - the resource was grabbed
more recently than the specified time.
- NOT_VIEWABLE - the grab window or the
confine_to
window are not viewable.
- SUCCESS - the resource was successfully
grabbed.