Package: gdk

GEnum gdk-grab-status

Details

Returned by the gdk-seat-grab function to indicate success or the reason for the failure of the grab attempt.
(define-g-enum "GdkGrabStatus" gdk-grab-status
  (:export t
   :type-initializer "gdk_grab_status_get_type")
  :success
  :already-grabbed
  :invalid-time
  :not-viewable
  :frozen)  
:success
The resource was successfully grabbed.
:already-grabbed
The resource is actively grabbed by 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.
:frozen
The resource is frozen by an active grab of another client.
:failed
The grab failed for some other reason.
 

See also

2021-12-13