Interface CellAreaContextClass.OnGetPreferredHeightForWidth

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

    • onGetPreferredHeightForWidth

      void onGetPreferredHeightForWidth(CallbackHandler __self, @Nonnull CellAreaContext context, int width, @Nullable Int minimum_height, @Nullable Int natural_height)
      Parameters:
      context - a `GtkCellAreaContext`
      width - a proposed width for allocation
      minimum_height - location to store the minimum height
      natural_height - location to store the natural height