CellArea.foreachAlloc
void foreachAlloc(gtk.cell_area_context.CellAreaContext context, gtk.widget.Widget widget, gdk.rectangle.Rectangle cellArea, gdk.rectangle.Rectangle backgroundArea, gtk.types.CellAllocCallback callback)Calls callback for every #GtkCellRenderer in area with the allocated rectangle inside cell_area.
Parameters
context | the #GtkCellAreaContext for this row of data. |
widget | the #GtkWidget that area is rendering to |
cellArea | the widget relative coordinates and size for area |
backgroundArea | the widget relative coordinates of the background area |
callback | the #GtkCellAllocCallback to call |