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

Enumeration Members

ALREADY_GRABBED: number

the resource is actively grabbed by another client.

FAILED: number

the grab failed for some other reason. Since 3.16

FROZEN: number

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

INVALID_TIME: number

the resource was grabbed more recently than the specified time.

NOT_VIEWABLE: number

the grab window or the confine_to window are not viewable.

SUCCESS: number

the resource was successfully grabbed.