Package: gtk
Class gtk:event-controller-motion
Superclassesgtk:event-controller, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct Slots
None
Details The gtk:event-controller-motion object is an event controller meant
for situations where you need to track the position of the pointer. Signal DetailsThe "enter" signallambda (controller x y) :run-firstSignals that the pointer has entered the widget.
The "leave" signallambda (controller) :run-firstSignals that pointer has left the widget.
The "motion" signallambda (controller x y) :run-firstEmitted when the pointer moves inside the widget.
| Returned byInherited Slot Access Functions
See also |
#2023-3-1