Method GTK2.TreeViewColumn()->cell_set_cell_data()
- Method cell_set_cell_data
GTK2.TreeViewColumncell_set_cell_data(GTK2.TreeModelmodel,GTK2.TreeIteriter,intis_expander,intis_expanded)- Description
Sets the cell renderer based on the model and iter. That is, for every attribute mapping in this 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 W(TreeView).