Package: gtk
Class gtk-gesture-long-press
Superclassesgtk-gesture-single, gtk-gesture, gtk-event-controller, g-object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct Slotsdelay-factor The delay-factor property of type :double (Read / Write) Factor by which to modify the default timeout. Allowed values: [0.5d0, 2.0d0] Default value: 1.0d0 Details gtk-gesture-long-press is a gtk-gesture implementation able
to recognize long presses, triggering the "pressed" after the timeout is
exceeded. If the touchpoint is lifted before the timeout passes, or if it drifts too far of the initial press point, the "cancelled" signal will be emitted. Signal DetailsThe "cancelled" signallambda (gesture) :run-lastThe signal is emitted whenever a press moved too far, or was released before the "pressed" signal happened.
The "pressed" signallambda (gesture x y) :run-lastThe signal is emitted whenever a press goes unmoved/unreleased longer than what the GTK defaults tell.
| Slot Access FunctionsInherited Slot Access FunctionsSee also |
2020-9-11