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

The accessor for the stylus-only slot of the gtk:gesture-stylus class gets or sets whether the gesture handle events from stylus input devices. Otherwise it will handle events from any pointing device.

Since 4.10
 

See also

2025-09-21