Interface CellRendererClass.OnGetPreferredWidth

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

    • onGetPreferredWidth

      void onGetPreferredWidth(CallbackHandler __self, @Nonnull CellRenderer cell, @Nonnull Widget widget, @Nullable Int minimum_size, @Nullable Int natural_size)
      Parameters:
      cell - a `GtkCellRenderer` instance
      widget - the `GtkWidget` this cell will be rendering to
      minimum_size - location to store the minimum size
      natural_size - location to store the natural size