Package: gtk

Accessor gtk:event-controller-propagation-limit

Lambda List

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

Syntax

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

Arguments

object -- a gtk:event-controller object
limit -- a value of the gtk:propagation-limit enumeration

Details

The accessor for the propagation-limit slot of the gtk:event-controller class gets or sets the propagation limit of the event controller.

If the limit is set to :same-native, the controller will not handle events that are targeted at widgets on a different surface, such as popovers.
 

See also

2025-09-29