GrabStatus
Description:
[ CCode ( cprefix = "GDK_GRAB_" ) ]
public enum GrabStatus
Returned by gdk_device_grab, pointer_grab and
keyboard_grab to indicate success or the reason for the failure of the grab attempt.
Content:
Enum values:
- ALREADY_GRABBED - the resource is
actively grabbed by another client.
- 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.