Package ch.bailu.gtk.gtk
Schnittstelle CellAreaContextClass.OnAllocate
- Umschließende Klasse:
CellAreaContextClass
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onAllocate
(CallbackHandler __self, CellAreaContext context, int width, int height)
-
Methodendetails
-
onAllocate
- Parameter:
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
-