CellArea.getCellAllocation

Derives the allocation of renderer inside area if area were to be rendered in cell_area.

Parameters

context gtk.cell_area_context.CellAreaContext

the gtk.cell_area.CellAreaContext used to hold sizes for area.

widget gtk.widget.Widget

the gtk.widget.Widget that area is rendering on

renderer gtk.cell_renderer.CellRenderer

the gtk.cell_renderer.CellRenderer to get the allocation for

cellArea gdk.rectangle.Rectangle

the whole allocated area for area in widget for this row

allocation gdk.rectangle.Rectangle

where to store the allocation for renderer