Interface CellRendererClass.OnGetPreferredHeightForWidth

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

    • onGetPreferredHeightForWidth

      void onGetPreferredHeightForWidth(CallbackHandler __self, @Nonnull CellRenderer cell, @Nonnull Widget widget, int width, @Nullable Int minimum_height, @Nullable Int natural_height)
      Parameters:
      cell - a `GtkCellRenderer` instance
      widget - the `GtkWidget` this cell will be rendering to
      width - the size which is available for allocation
      minimum_height - location for storing the minimum size
      natural_height - location for storing the preferred size