Interface TreeModel.OnRowHasChildToggled

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

    Modifier and Type
    Method
    Description
    void
    This signal is emitted when a row has gotten the first child
    row or lost its last child row.
  • Method Details

    • onRowHasChildToggled

      void onRowHasChildToggled(@Nonnull TreePath path, @Nonnull TreeIter iter)
      This signal is emitted when a row has gotten the first child
      row or lost its last child row.
      Parameters:
      path - a `GtkTreePath` identifying the row
      iter - a valid `GtkTreeIter` pointing to the row