Package ch.bailu.gtk.gtk
Interface DropTargetAsync.OnDragLeave
- Enclosing class:
- DropTargetAsync
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onDragLeave
(Drop drop) Emitted on the drop site when the pointer leaves the widget.
-
Method Details
-
onDragLeave
Emitted on the drop site when the pointer leaves the widget.
Its main purpose it to undo things done in
`GtkDropTargetAsync`::drag-enter.- Parameters:
drop
- the `GdkDrop`
-