Interface CellAreaClass.OnGetPreferredWidth

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

    • onGetPreferredWidth

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