enum Gtk::PropagationLimit
Overview
Describes limits of a #EventController
for handling events
targeting other widgets.
Defined in:
lib/gi-crystal/src/auto/gtk-4.0/gtk.crEnum Members
-
None =
0_u32
-
Events are handled regardless of what their target is.
-
SameNative =
1_u32
-
Events are only handled if their target is in the same
#Native
as the event controllers widget. Note that some event types have two targets (origin and destination).
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
Class methods inherited from struct Enum
g_type : UInt64
g_type
Class Method Detail
Returns the type id (GType) registered in GLib type system.