Interface CellLayoutIface.OnGetCells

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.OnGetCells
  • Method Details

    • onGetCells

      List onGetCells(CallbackHandler __self, @Nonnull CellLayout cell_layout)
      Parameters:
      cell_layout - a `GtkCellLayout`
      Returns:
      a list of cell renderers. The list, but not the renderers has been newly allocated and should be freed with g_list_free() when no longer needed.