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 [gtk.tree_model.TreeModel] to pull values from
iterthe [gtk.tree_iter.TreeIter] in tree_model to apply values for
isExpanderwhether iter has children
isExpandedwhether iter is expanded in the view and children are visible