GtkPropagationLimit

Describes limits of a GtkEventController for handling events targeting other widgets.

Values

ValueMeaning
NONE0

Events are handled regardless of what their target is.

SAME_NATIVE1

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).

Meta