Interface CellAreaClass.OnGetPreferredHeightForWidth

Enclosing class:
CellAreaClass
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 CellAreaClass.OnGetPreferredHeightForWidth
  • Method Details

    • onGetPreferredHeightForWidth

      void onGetPreferredHeightForWidth(CallbackHandler __self, @Nonnull CellArea area, @Nonnull CellAreaContext context, @Nonnull Widget widget, int width, @Nullable Int minimum_height, @Nullable Int natural_height)
      Parameters:
      area - a `GtkCellArea`
      context - the `GtkCellArea`Context which has already been requested for widths.
      widget - the `GtkWidget` where @area will be rendering
      width - the width for which to check the height of this area
      minimum_height - location to store the minimum height
      natural_height - location to store the natural height