CellArea.foreachAlloc

Calls callback for every gtk.cell_renderer.CellRenderer in area with the allocated rectangle inside cell_area.

Parameters

context gtk.cell_area_context.CellAreaContext

the gtk.cell_area.CellAreaContext for this row of data.

widget gtk.widget.Widget

the gtk.widget.Widget that area is rendering to

cellArea gdk.rectangle.Rectangle

the widget relative coordinates and size for area

backgroundArea gdk.rectangle.Rectangle

the widget relative coordinates of the background area

callback gtk.types.CellAllocCallback