Enumeration
GtkPropagationLimit
Description [src]
Describes limits of a GtkEventController for handling events
targeting other widgets.
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 GtkNativeas 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: