Package: gtk
Class gtk-event-controller-motion
Superclassesgtk-event-controller, g-object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct Slots
None
Details gtk-event-controller-motion is an event controller meant for
situations where you need to track the position of the pointer. This object was added in 3.24. Signal DetailsThe "enter" signallambda (controller x y) : Run FirstSignals that the pointer has entered the widget. Since 3.24
The "leave" signallambda (controller) : Run FirstSignals that pointer has left the widget. Since 3.24
The "motion" signallambda (controller x y) : Run FirstEmitted when the pointer moves inside the widget. Since 3.24
| Inherited Slot Access Functions
See also |
2020-9-10