TreeViewColumn.setCellDataFunc

Sets the gtk.types.TreeCellDataFunc to use for the column.

This function is used instead of the standard attributes mapping for setting the column value, and should set the value of tree_column's cell renderer as appropriate. func may be null to remove an older one.

More...
class TreeViewColumn
void
setCellDataFunc

Parameters

cellRenderer gtk.cell_renderer.CellRenderer
func gtk.types.TreeCellDataFunc

Detailed Description

Deprecated: Use GtkColumnView instead