Enumeration
GtkPropagationLimit
since: 4.0
Description [src]
Describes limits of a GtkEventController
for handling events
targeting other widgets.
Available since: 4.0
Members
GTK_LIMIT_NONE
-
Events are handled regardless of what their target is.
- Value:
0
- Nickname:
none
- Available since: 4.0
- Value:
GTK_LIMIT_SAME_NATIVE
-
Events are only handled if their target is in the same
GtkNative
as the event controllers widget. Note that some event types have two targets (origin and destination).- Value:
1
- Nickname:
same-native
- Available since: 4.0
- Value: