Interface CellAreaClass.OnCopyContext

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

    • onCopyContext

      CellAreaContext onCopyContext(CallbackHandler __self, @Nonnull CellArea area, @Nonnull CellAreaContext context)
      Parameters:
      area - a `GtkCellArea`
      context - the `GtkCellArea`Context to copy
      Returns:
      a newly created `GtkCellArea`Context copy of @context.