Schnittstelle CellArea.OnApplyAttributes

Umschließende Klasse:
CellArea
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface CellArea.OnApplyAttributes
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    onApplyAttributes(TreeModel model, TreeIter iter, boolean is_expander, boolean is_expanded)
    This signal is emitted whenever applying attributes to @area from @model
  • Methodendetails

    • 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
      Parameter:
      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