Interface TreeDragDestIface.OnDragDataReceived

Enclosing class:
TreeDragDestIface
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 TreeDragDestIface.OnDragDataReceived
  • Method Details

    • onDragDataReceived

      boolean onDragDataReceived(CallbackHandler __self, @Nonnull TreeDragDest drag_dest, @Nonnull TreePath dest, @Nonnull Value value)
      Parameters:
      drag_dest - a `GtkTreeDragDest`
      dest - row to drop in front of
      value - data to drop
      Returns:
      whether a new row was created before position @dest