Package: gtk
Class gtk-gesture-pan
Superclassesgtk-gesture-drag, gtk-gesture-single, gtk-gesture, gtk-event-controller, g-object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails gtk-gesture-pan is a gtk-gesture implementation able to
recognize pan gestures, those are drags that are locked to happen along one
axis. The axis that a gtk-gesture-pan handles is defined at construct time,
and can be changed through the slot access function gtk-gesture-pan-orientation. When the gesture starts to be recognized, gtk-gesture-pan will attempt to determine as early as possible whether the sequence is moving in the expected direction, and denying the sequence if this does not happen. Once a panning gesture along the expected axis is recognized, the "pan" signal will be emitted as input events are received, containing the offset in the given axis. Signal DetailsThe "pan" signallambda (gesture n-press x y) :run-lastThe signal is emitted once a panning gesture along the expected axis is detected.
| Slot Access FunctionsInherited Slot Access FunctionsSee also |
2020-9-11