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 #GtkTreeModel to pull values from |
iter | the #GtkTreeIter in tree_model to apply values for |
isExpander | whether iter has children |
isExpanded | whether iter is expanded in the view and children are visible |