Package: gtk

Accessor gtk:gesture-stylus-stylus-only

Lambda List

gtk:gesture-stylus-stylus-only (object)

Syntax

(gtk:gesture-stylus-only object) => setting
(setf (gtk:gesture-stylus-only object) setting)

Arguments

object -- a gtk:gesture-stylus object
setting -- a boolean whether the gesture is used exclusivly for stylus events

Details

Accessor of the stylus-only slot of the gtk:gesture-stylus class. The gtk:gesture-stylus-stylus-only function checks whether the gesture handle events from stylus input devices, otherwise it will handle events from any pointing device. The (setf gtk:gesture-stylus-stylus-only) function sets the state of the property.

Since 4.10
 

See also

2024-2-21