Package: gdk

GEnum gdk:grab-ownership

Declaration

(gobject:define-genum "GdkGrabOwnership" grab-ownership
  (:export t
   :type-initializer "gdk_grab_ownership_get_type")
  (:none 0)
  (:window 1)
  (:application 2))  

Values

:none
All other events of the device are allowed.
:window
Other events of the device are blocked for the grab window.
:application
Other events of the device are blocked for the whole application.

Details

Defines how device grabs interact with other devices.
 

See also

2024-6-27