Package: gtk

Class gtk-gesture-stylus

Superclasses

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

Documented Subclasses

None

Direct Slots

None

Details

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

Signal Details

The "down" signal
 lambda (gesture arg1 arg2)    : Run Last    
gesture
The gtk-gesture-stylus object on which the signal is emitted.
arg1
A not documented :double.
arg2
A not documented :double.
The "motion" signal
  lambda (gesture arg1 arg2)    : Run Last    
gesture
The gtk-gesture-stylus object on which the signal is emitted.
arg1
A not documented :double.
arg2
A not documented :double.
The "proximity" signal
  lambda (gesture arg1 arg2)    : Run Last    
gesture
The gtk-gesture-stylus object on which the signal is emitted.
arg1
A not documented :double.
arg2
A not documented :double.
The "up" signal
  lambda (gesture arg1 arg2)    : Run Last    
gesture
The gtk-gesture-stylus object on which the signal is emitted.
arg1
A not documented :double.
arg2
A not documented :double.
 

Inherited Slot Access Functions

See also

2020-9-11