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
- Available since: 4.0
 
- Value: 
- 
            GTK_LIMIT_SAME_NATIVE
- 
            Events are only handled if their target is in the same GtkNative(or widget withGtkWidget:limit-eventsset) as the event controllers widget. Note that some event types have two targets (origin and destination).- Value: 1
- Available since: 4.0
 
- Value: