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

Accessor of the propagation-limit slot of the gtk:event-controller class. The gtk:event-controller-propagation-limit function gets the propagation limit of the event controller. The (setf gtk:event-controller-propagation-limit) function sets the event propagation limit.

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

2024-7-26