Module: Gdk::GrabStatus

Defined in:
(unknown)

Constant Summary collapse

SUCCESS =

the resource was successfully grabbed.

0 or :success
ALREADY_GRABBED =

the resource is actively grabbed by another client.

1 or :already_grabbed
INVALID_TIME =

the resource was grabbed more recently than the

specified time.
2 or :invalid_time
NOT_VIEWABLE =

the grab window or the confine_to window are not

viewable.
3 or :not_viewable
FROZEN =

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

4 or :frozen
FAILED =

the grab failed for some other reason. Since 3.16

5 or :failed