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

Syntax

public void SetCellDataFunc (CellRenderer cell, CellLayoutDataFunc func)

Parameters

cell
a Gtk.CellRenderer
func
a Gtk.CellLayoutDataFunc

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 as appropriate. func may be null to remove an older one.

Requirements

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