Gtk.CellLayoutDataFunc Delegate
Delegate class used as an argument for CellLayout.SetCellDataFunc; see that method's documentation for usage details.

Syntax

public delegate void CellLayoutDataFunc (CellLayout cell_layout, CellRenderer cell, TreeModel tree_model, TreeIter iter)

Parameters

cell_layout
A Gtk.CellLayout.
cell
A Gtk.CellRenderer whose value is to be set.
tree_model
The model.
iter
A Gtk.TreeIter indicating the row to set the value for.

Remarks

Requirements

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