Package ch.bailu.gtk.gtk
Interface CellAreaContextClass.OnAllocate
- Enclosing class:
- CellAreaContextClass
- 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 TypeMethodDescriptionvoidonAllocate(CallbackHandler __self, CellAreaContext context, int width, int height)
-
Method Details
-
onAllocate
- Parameters:
context- a `GtkCellAreaContext`width- the allocated width for all `GtkTreeModel` rows rendered with @context, or -1height- the allocated height for all `GtkTreeModel` rows rendered with @context, or -1
-