Package: gtk

Accessor gtk:gesture-single-exclusive

Lambda List

gtk:gesture-single-exclusive (object)

Syntax

(gtk:gesture-single-exclusive object) => exclusive
(setf (gtk:gesture-single-exclusive object) exclusive)

Arguments

object -- a gtk:gesture-single object
exclusive -- true to make the gesture exclusive

Details

The accessor for the exclusive slot of the gtk:gesture-single class gets or sets whether the gesture is exclusive. An exclusive gesture will only handle pointer and "pointer emulated" touch events, so at any given time, there is only one sequence able to interact with those.
 

See also

2025-09-25