Package ch.bailu.gtk.gtk
Schnittstelle PropagationLimit
public interface PropagationLimit
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Events are handled regardless of what their
target is.static final int
Events are only handled if their target is in
the same [iface@Native] (or widget with [property@Gtk.Widget:limit-events]
set) as the event controllers widget.
-
Felddetails
-
NONE
static final int NONEEvents are handled regardless of what their
target is.- Siehe auch:
-
SAME_NATIVE
static final int SAME_NATIVEEvents are only handled if their target is in
the same [iface@Native] (or widget with [property@Gtk.Widget:limit-events]
set) as the event controllers widget.
Note that some event types have two targets (origin and destination).- Siehe auch:
-