Enumeration
GdkGrabStatus
Description [src]
Returned by gdk_device_grab(), gdk_pointer_grab()
and gdk_keyboard_grab()
to
indicate success or the reason for the failure of the grab attempt.
Members
Name | Description |
---|---|
GDK_GRAB_SUCCESS |
The resource was successfully grabbed. |
GDK_GRAB_ALREADY_GRABBED |
The resource is actively grabbed by another client. |
GDK_GRAB_INVALID_TIME |
The resource was grabbed more recently than the specified time. |
GDK_GRAB_NOT_VIEWABLE |
The grab window or the |
GDK_GRAB_FROZEN |
The resource is frozen by an active grab of another client. |
GDK_GRAB_FAILED |
The grab failed for some other reason. Since 3.16 |