CellArea.applyAttributes

void applyAttributes(gtk.tree_model.TreeModel treeModel, gtk.tree_iter.TreeIter iter, bool isExpander, bool isExpanded)

Applies any connected attributes to the renderers in area by pulling the values from tree_model.

Parameters

treeModelthe #GtkTreeModel to pull values from
iterthe #GtkTreeIter in tree_model to apply values for
isExpanderwhether iter has children
isExpandedwhether iter is expanded in the view and children are visible