GtkCellAreaClass.foreachAlloc

Calls the gtk.types.CellAllocCallback function on every gtk.cell_renderer.CellRenderer in the area with the allocated area for the cell and the provided user data until the callback returns true.

struct GtkCellAreaClass
extern (C)
void function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, const(GdkRectangle)* cellArea, const(GdkRectangle)* backgroundArea, GtkCellAllocCallback callback, void* callbackData) foreachAlloc;