GtkCellAreaClass.applyAttributes

Apply the cell attributes to the cells. This is implemented as a signal and generally #GtkCellArea subclasses don't need to implement it since it is handled by the base class.

struct GtkCellAreaClass
extern (C)
void function(GtkCellArea* area, GtkTreeModel* treeModel, GtkTreeIter* iter, gboolean isExpander, gboolean isExpanded) applyAttributes;