Schnittstelle CellAreaClass.OnGetPreferredHeightForWidth

Umschließende Klasse:
CellAreaClass
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface CellAreaClass.OnGetPreferredHeightForWidth
  • Methodendetails

    • onGetPreferredHeightForWidth

      void onGetPreferredHeightForWidth(CallbackHandler __self, @Nonnull CellArea area, @Nonnull CellAreaContext context, @Nonnull Widget widget, int width, @Nullable Int minimum_height, @Nullable Int natural_height)
      Parameter:
      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