Interface CellAreaContextClass.OnAllocate

Enclosing class:
CellAreaContextClass
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 CellAreaContextClass.OnAllocate
  • Method Details

    • onAllocate

      void onAllocate(CallbackHandler __self, @Nonnull CellAreaContext context, int width, int height)
      Parameters:
      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