gtkTreeViewColumnCellSetCellData {RGtk2} | R Documentation |
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
.
gtkTreeViewColumnCellSetCellData(object, tree.model, iter, is.expander, is.expanded)
|
[GtkTreeViewColumn ] A GtkTreeViewColumn . |
|
[GtkTreeModel ] The GtkTreeModel to to get the cell renderers attributes from. |
|
[GtkTreeIter ] The GtkTreeIter to to get the cell renderer's attributes from. |
|
[logical] TRUE , if the row has children |
|
[logical] TRUE , if the row has visible children |
Derived by RGtkGen from GTK+ documentation