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.

@FunctionalInterface public static interface DropTargetAsync.OnDragLeave
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted on the drop site when the pointer leaves the widget.
  • Method Details

    • onDragLeave

      void onDragLeave(@Nonnull Drop drop)
      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`