GrabOwnership
Description:
[ CCode ( cprefix = "GDK_OWNERSHIP_" , type_id = "gdk_grab_ownership_get_type ()" ) ]
public enum GrabOwnership
Defines how device grabs interact with other devices.
Content:
Enum values:
- APPLICATION - Other devices’
events are blocked for the whole application.
- NONE - All other devices’ events are
allowed.
- WINDOW - Other devices’ events are
blocked for the grab window.