Enumeration (GI Enum)

Gdk-3.0GdkGrabStatus

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.

Index
ALREADY_GRABBED: 1

the resource is actively grabbed by another client.

FAILED: 5

the grab failed for some other reason. Since 3.16

FROZEN: 4

the resource is frozen by an active grab of another client.

INVALID_TIME: 2

the resource was grabbed more recently than the specified time.

NOT_VIEWABLE: 3

the grab window or the confine_to window are not viewable.

SUCCESS: 0

the resource was successfully grabbed.

Variables

$gtype