Interface CellArea.OnApplyAttributes

Enclosing class:
CellArea
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 CellArea.OnApplyAttributes
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onApplyAttributes(TreeModel model, TreeIter iter, boolean is_expander, boolean is_expanded)
    This signal is emitted whenever applying attributes to @area from @model
  • Method Details

    • onApplyAttributes

      void onApplyAttributes(@Nonnull TreeModel model, @Nonnull TreeIter iter, boolean is_expander, boolean is_expanded)
      This signal is emitted whenever applying attributes to @area from @model
      Parameters:
      model - the `GtkTreeModel` to apply the attributes from
      iter - the `GtkTreeIter` indicating which row to apply the attributes of
      is_expander - whether the view shows children for this row
      is_expanded - whether the view is currently showing the children of this row