Interface TreeModel.OnRowInserted

Enclosing class:
TreeModel
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 TreeModel.OnRowInserted
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This signal is emitted when a new row has been inserted in
    the model.
  • Method Details

    • onRowInserted

      void onRowInserted(@Nonnull TreePath path, @Nonnull TreeIter iter)
      This signal is emitted when a new row has been inserted in
      the model.

      Note that the row may still be empty at this point, since
      it is a common pattern to first insert an empty row, and
      then fill it with the desired values.
      Parameters:
      path - a `GtkTreePath` identifying the new row
      iter - a valid `GtkTreeIter` pointing to the new row