:right-sidebar: True PropagationLimit =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: PropagationLimit :no-contents-entry: Describes limits of a :obj:`~gi.repository.Gtk.EventController` for handling events targeting other widgets. Fields ------ .. rst-class:: interim-class .. class:: PropagationLimit :no-index: .. attribute:: NONE Events are handled regardless of what their target is. .. attribute:: SAME_NATIVE Events are only handled if their target is in the same :obj:`~gi.repository.Gtk.Native` as the event controllers widget. Note that some event types have two targets (origin and destination).