Module: Gtk::PropagationLimit

Defined in:
(unknown)

Constant Summary collapse

NONE =

Events are handled regardless of what their target is.

0 or :none
SAME_NATIVE =

Events are only handled if their target is in the same [ifaceNative] as the event controllers widget. Note that some event types have two targets (origin and destination).

1 or :same_native