PropagationPhase

enum PropagationPhase : Enum<EventController.PropagationPhase>

See also

Entries

TARGET
Link copied to clipboard
TARGET(GTK_PHASE_TARGET)

Events are delivered in the default widget event handlers, note that widget implementations must chain up on button, motion, touch and grab broken handlers for controllers in this phase to be run.

BUBBLE
Link copied to clipboard
BUBBLE(GTK_PHASE_BUBBLE)

Events are delivered in the bubble phase.

CAPTURE
Link copied to clipboard
CAPTURE(GTK_PHASE_CAPTURE)

Events are delivered in the capture phase.

NONE
Link copied to clipboard
NONE(GTK_PHASE_NONE)

Events are not delivered.

Types

Companion
Link copied to clipboard
object Companion

Properties

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