Gtk.TreeViewColumn.SetCellDataFunc Method
Sets the Gtk.CellLayoutDataFunc to use for a renderer.

Syntax

public void SetCellDataFunc (CellRenderer cell_renderer, TreeCellDataFunc func)

Parameters

cell_renderer
a Gtk.CellRenderer
func
a Gtk.TreeCellDataFunc

Remarks

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

Requirements

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