TreeViewColumn.cellSetCellData

Sets the cell renderer based on the tree_model and iter. That is, for every attribute mapping in tree_column, it will get a value from the set column on the iter, and use that value to set the attribute on the cell renderer. This is used primarily by the #GtkTreeView.

class TreeViewColumn
void
cellSetCellData

Parameters

treeModel gtk.tree_model.TreeModel

The #GtkTreeModel to to get the cell renderers attributes from.

iter gtk.tree_iter.TreeIter

The #GtkTreeIter to to get the cell renderer’s attributes from.

isExpander bool

true, if the row has children

isExpanded bool

true, if the row has visible children