Method
GtkEventControllerset_propagation_phase
since: 3.14
Declaration [src]
void
gtk_event_controller_set_propagation_phase (
GtkEventController* controller,
GtkPropagationPhase phase
)
Description [src]
Sets the propagation phase at which a controller handles events.
If phase
is GTK_PHASE_NONE
, no automatic event handling will be
performed, but other additional gesture maintenance will. In that phase,
the events can be managed by calling gtk_event_controller_handle_event().
Available since: 3.14
Sets property | Gtk.EventController:propagation-phase |
Parameters
phase
-
Type:
GtkPropagationPhase
A propagation phase.