Interface CellAreaContextClass.OnGetPreferredWidthForHeight

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

    • onGetPreferredWidthForHeight

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