PropagationLimit

enum PropagationLimit : Enum<EventController.PropagationLimit>

See also

Entries

SAME_NATIVE
Link copied to clipboard
SAME_NATIVE(GTK_LIMIT_SAME_NATIVE)

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

NONE
Link copied to clipboard
NONE(GTK_LIMIT_NONE)

Events are handled regardless of what their target is.

Types

Companion
Link copied to clipboard
object Companion

Properties

gtk
Link copied to clipboard
val gtk: GtkPropagationLimit
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int