GtkCellAreaClass.applyAttributes

Apply the cell attributes to the cells. This is implemented as a signal and generally gtk.cell_area.CellArea 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, bool isExpander, bool isExpanded) applyAttributes;