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

Accessor of the exclusive slot of the gtk:gesture-single class. The gtk:gesture-single-exclusive function gets whether the gesture is exclusive. The (setf gtk:gesture-single-exclusive) function 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

2024-2-19