Interface TreeModel.OnRowChanged

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.OnRowChanged
  • Method Summary

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

    • onRowChanged

      void onRowChanged(@Nonnull TreePath path, @Nonnull TreeIter iter)
      This signal is emitted when a row in the model has changed.
      Parameters:
      path - a `GtkTreePath` identifying the changed row
      iter - a valid `GtkTreeIter` pointing to the changed row