Package: gtk
Class gtk:drop-controller-motion
Superclassesgtk:event-controller, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gtk:drop-controller-motion object is an event controller meant
for tracking the pointer hovering over a widget during a drag and drop
operation. It is modeled after the gtk:event-controller-motion object so if you
have used that, this should feel really familiar. The drop controller is not able to accept drops, use the gtk:drop-target object for that purpose. Signal DetailsThe "enter" signallambda (controller x y) :run-last
The "leave" signallambda (controller) :run-last
The "motion" signallambda (controller x y) :run-first
| Returned bySlot Access Functions
Inherited Slot Access Functions
See also |
2024-11-2