PropagationLimit
Description:
[ CCode ( cprefix = "GTK_LIMIT_" , type_id = "gtk_propagation_limit_get_type ()" ) ]
public enum PropagationLimit
Describes limits of a [class@EventController] for handling events targeting other widgets.
Content:
Enum values:
- NONE - Events are handled regardless of
what their target is.
- SAME_NATIVE - Events are only
handled if their target is in the same [iface@Native] as the event controllers widget.