Package: gtk

Class gtk:gesture-stylus

Superclasses

gtk:gesture-single, gtk:gesture, gtk:event-controller, gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

None

Details

The gtk:gesture-stylus object is a gtk:gesture implementation specific to stylus input. The provided signals just provide the basic information.

Signal Details

The "down" signal
lambda (gesture x y)    :run-last    
gesture
The gtk:gesture-stylus object on which the signal is emitted.
x
The double float with the x coordinate of the stylus event.
y
The double float with the y coordinate of the stylus event.
Emitted when the stylus touches the device.
The "motion" signal
lambda (gesture x y)    :run-last    
gesture
The gtk:gesture-stylus object on which the signal is emitted.
x
The double float with the x coordinate of the stylus event.
y
The double float with the y coordinate of the stylus event.
Emitted when the stylus moves while touching the device.
The "proximity" signal
lambda (gesture x y)    :run-last    
gesture
The gtk:gesture-stylus object on which the signal is emitted.
x
The double float with the x coordinate of the stylus event.
y
The double float with the y coordinate of the stylus event.
Emitted when the stylus is in proximity of the device.
The "up" signal
lambda (gesture x y)    :run-last    
gesture
The gtk:gesture-stylus object on which the signal is emitted.
x
The double float with the x coordinate of the stylus event.
y
The double float with the y coordinate of the stylus event.
 

Inherited Slot Access Functions

See also

#2025-1-25