Interface TreeDragSourceIface.OnDragDataGet

Enclosing class:
TreeDragSourceIface
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 TreeDragSourceIface.OnDragDataGet
  • Method Details

    • onDragDataGet

      ContentProvider onDragDataGet(CallbackHandler __self, @Nonnull TreeDragSource drag_source, @Nonnull TreePath path)
      Parameters:
      drag_source - a `GtkTreeDragSource`
      path - row that was dragged
      Returns:
      a `GdkContentProvider` for the given @path