Package: gtk

Accessor gtk:event-controller-propagation-phase

Lambda List

gtk:event-controller-propagation-phase (object)

Syntax

(gtk:event-controller-propagation-phase object) => phase)
(setf (gtk:event-controller-propagation-phase object) phase)

Arguments

object -- a gtk:event-controller object
phase -- a propagation phase of gtk:propagation-phase type

Details

Accessor of the propagation-phase slot of the gtk:event-controller class. The gtk:event-controller-propagation-phase function gets the propagation phase at which controller handles events. The (setf gtk:event-controller-propagation-phase) function sets the propagation phase at which a controller handles events.

If phase is :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 the gtk:event-controller-handle-event function.
 

See also

#2023-1-21