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 value of the gtk:propagation-phase enumeration

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.

If phase is :none, no automatic event handling will be performed, but other additional gesture maintenance will.
 

See also

2024-7-26