GtkCellAreaClass.foreachAlloc

Calls the #GtkCellAllocCallback function on every #GtkCellRenderer 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;