Package: gtk

Class gtk:gesture-rotate

Superclasses

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

Documented Subclasses

None

Direct Slots

None

Details

The gtk:gesture-rotate class is a gtk:gesture implementation for 2-finger rotations. Whenever the angle between both handled sequences changes, the "angle-changed" signal is emitted.

Signal Details

The "angle-changed" signal
lambda (gesture angle delta)    :run-first      
gesture
The gtk:gesture-rotate object which received the signal.
angle
The double float with the current angle in radians.
delta
The double float with the difference with the starting angle, in radians.
The signal is emitted when the angle between both tracked points changes.
 

Returned by

Inherited Slot Access Functions

See also

2024-7-27