Schnittstelle CellAreaContextClass.OnAllocate

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

@FunctionalInterface public static interface CellAreaContextClass.OnAllocate
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    onAllocate(CallbackHandler __self, CellAreaContext context, int width, int height)
     
  • Methodendetails

    • onAllocate

      void onAllocate(CallbackHandler __self, @Nonnull CellAreaContext context, int width, int height)
      Parameter:
      context - a `GtkCellAreaContext`
      width - the allocated width for all `GtkTreeModel` rows rendered with @context, or -1
      height - the allocated height for all `GtkTreeModel` rows rendered with @context, or -1