Gtk.TreeModelFilterModifyFunc Delegate
Delegate class for methods to modify a tree.

Syntax

public delegate void TreeModelFilterModifyFunc (TreeModel model, TreeIter iter, GLib.Value value, int column)

Parameters

model
Documentation for this section has not yet been entered.
iter
Documentation for this section has not yet been entered.
value
Documentation for this section has not yet been entered.
column
Documentation for this section has not yet been entered.

Remarks

Used primarily as a parameter for TreeModelFilter.SetModifyFunc. See that method's documentation for more details.

Requirements

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