Interface TreeDragDestIface.OnRowDropPossible

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.OnRowDropPossible
  • Method Details

    • onRowDropPossible

      boolean onRowDropPossible(CallbackHandler __self, @Nonnull TreeDragDest drag_dest, @Nonnull TreePath dest_path, @Nonnull Value value)
      Parameters:
      drag_dest - a `GtkTreeDragDest`
      dest_path - destination row
      value - the data being dropped
      Returns:
      %TRUE if a drop is possible before @dest_path