Enumeration

GdkGrabOwnership

Declaration

enum Gdk.GrabOwnership

Description [src]

Defines how device grabs interact with other devices.

Members

GDK_OWNERSHIP_NONE

All other devices’ events are allowed.

  • Value: 0
  • Available since: 3.0
GDK_OWNERSHIP_WINDOW

Other devices’ events are blocked for the grab window.

  • Value: 1
  • Available since: 3.0
GDK_OWNERSHIP_APPLICATION

Other devices’ events are blocked for the whole application.

  • Value: 2
  • Available since: 3.0