Interface CellAreaClass.OnGetPreferredHeight

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

    • onGetPreferredHeight

      void onGetPreferredHeight(CallbackHandler __self, @Nonnull CellArea area, @Nonnull CellAreaContext context, @Nonnull Widget widget, @Nullable Int minimum_height, @Nullable Int natural_height)
      Parameters:
      area - a `GtkCellArea`
      context - the `GtkCellArea`Context to perform this request with
      widget - the `GtkWidget` where @area will be rendering
      minimum_height - location to store the minimum height
      natural_height - location to store the natural height