PropagationPhase
Description:
[ CCode ( cprefix = "GTK_PHASE_" , type_id = "gtk_propagation_phase_get_type ()" ) ]
[ Version ( since = "3.14" ) ]
public enum PropagationPhase
Content:
Enum values:
- BUBBLE - Events are delivered in the
bubble phase.
- CAPTURE - Events are delivered in the
capture phase.
- NONE - Events are not delivered
automatically.
- 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.