GtkCellAreaClass.foreach_

calls the #GtkCellCallback function on every #GtkCellRenderer 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_;