Interface CellArea.OnCellCallback

Enclosing class:
CellArea
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 CellArea.OnCellCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    The type of the callback functions used for iterating over
    the cell renderers of a `GtkCellArea`, see gtk_cell_area_foreach().
  • Method Details

    • onCellCallback

      boolean onCellCallback(CallbackHandler __self, @Nonnull CellRenderer renderer, @Nullable Pointer data)
      The type of the callback functions used for iterating over
      the cell renderers of a `GtkCellArea`, see gtk_cell_area_foreach().
      Parameters:
      renderer - the cell renderer to operate on
      data - user-supplied data
      Returns:
      %TRUE to stop iterating over cells.