Gtk.TreeModelFilterVisibleFunc Delegate
Delegate class for methods run when part of a tree is made visible.

Syntax

public delegate bool TreeModelFilterVisibleFunc (TreeModel model, TreeIter iter)

Parameters

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

Returns

Documentation for this section has not yet been entered.

Remarks

Used primarily as a parameter for TreeModelFilter.SetVisibleFunc. Delegates should return TRUE if the given row should be visible and FALSE otherwise.

Requirements

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