GtkCellAreaClass.foreach_

calls the gtk.types.CellCallback function on every gtk.cell_renderer.CellRenderer in the area with the provided user data until the callback returns true.

struct GtkCellAreaClass
extern (C)
void function(GtkCellArea* area, GtkCellCallback callback, void* callbackData) foreach_;