Schnittstelle CellLayoutIface.OnGetCells

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

@FunctionalInterface public static interface CellLayoutIface.OnGetCells
  • Methodendetails

    • onGetCells

      List onGetCells(CallbackHandler __self, @Nonnull CellLayout cell_layout)
      Parameter:
      cell_layout - a `GtkCellLayout`
      Gibt zurück:
      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.