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