Package: gtk
Class gtk:event-controller-motion
Superclassesgtk:event-controller, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gtk:event-controller-motion object is an event controller
tracking the pointer position. The event controller offers "enter" and "leave" signals, as well as is-pointer and contains-pointer properties which are
updated to reflect changes in the pointer position as it moves over the
widget. Signal DetailsThe "enter" signallambda (controller x y) :run-first
The "leave" signallambda (controller) :run-first
The "motion" signallambda (controller x y) :run-first
| Returned byInherited Slot Access Functions
See also |
2024-7-26