Interface CellAreaClass.OnApplyAttributes

Enclosing class:
CellAreaClass
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 CellAreaClass.OnApplyAttributes
  • Method Details

    • onApplyAttributes

      void onApplyAttributes(CallbackHandler __self, @Nonnull CellArea area, @Nonnull TreeModel tree_model, @Nonnull TreeIter iter, boolean is_expander, boolean is_expanded)
      Parameters:
      area - a `GtkCellArea`
      tree_model - the `GtkTreeModel` to pull values from
      iter - the `GtkTreeIter` in @tree_model to apply values for
      is_expander - whether @iter has children
      is_expanded - whether @iter is expanded in the view and children are visible