Gtk.TreeViewColumn.CellSetCellData Method
Sets the cell renderer based on the tree_model and iter.

Syntax

public void CellSetCellData (TreeModel tree_model, TreeIter iter, bool is_expander, bool is_expanded)

Parameters

tree_model
an object of type Gtk.TreeModel
iter
an object of type Gtk.TreeIter
is_expander
an object of type bool
is_expanded
an object of type bool

Remarks

That is, for every attribute mapping in Gtk.TreeViewColumn, 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 Gtk.TreeView.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)