Interface DropTarget.OnLeave

Enclosing class:
DropTarget
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 DropTarget.OnLeave
  • Method Summary

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

    • onLeave

      void onLeave()
      Emitted on the drop site when the pointer leaves the widget.

      Its main purpose it to undo things done in
      [signal@Gtk.DropTarget::enter].