Interface CellRendererClass.OnGetAlignedArea

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

    • onGetAlignedArea

      void onGetAlignedArea(CallbackHandler __self, @Nonnull CellRenderer cell, @Nonnull Widget widget, int flags, @Nonnull Rectangle cell_area, @Nonnull Rectangle aligned_area)
      Parameters:
      cell - a `GtkCellRenderer` instance
      widget - the `GtkWidget` this cell will be rendering to
      flags - render flags
      cell_area - cell area which would be passed to gtk_cell_renderer_render()
      aligned_area - the return location for the space inside @cell_area that would actually be used to render.