Enumeration (GI Enum)

Gtk-4.0GtkPropagationLimit

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

Index

Enumeration Members

Enumeration Members

NONE: number

Events are handled regardless of what their target is.

SAME_NATIVE: number

Events are only handled if their target is in the same Native (or widget with Gtk.Widget.limit_events set) as the event controllers widget. Note that some event types have two targets (origin and destination).