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 gesture exclusive

Details

Accessor of the exclusive slot of the gtk-gesture-single class.

The slot access function gtk-gesture-single-exclusive gets whether a gesture is exclusive. The slot access function (setf gtk-gesture-single-exclusive) sets whether 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

2020-9-11