Interface CellLayoutIface.OnAddAttribute

Enclosing class:
CellLayoutIface
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 CellLayoutIface.OnAddAttribute
  • Method Details

    • onAddAttribute

      void onAddAttribute(CallbackHandler __self, @Nonnull CellLayout cell_layout, @Nonnull CellRenderer cell, @Nonnull Str attribute, int column)
      Parameters:
      cell_layout - a `GtkCellLayout`
      cell - a `GtkCellRenderer`
      attribute - a property on the renderer
      column - the column position on the model to get the attribute from