Package ch.bailu.gtk.gtk
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.
-
Method Summary
Modifier and TypeMethodDescriptiononCopyContext
(CallbackHandler __self, CellArea area, CellAreaContext context)
-
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.
-