Gtk.TreeSelectionFunc Delegate
A delegate for specifying the shape of functions passed as parameters to TreeSelection.SetSelectFunction().

Syntax

public delegate bool TreeSelectionFunc (TreeSelection selection, TreeModel model, TreePath path, bool path_currently_selected)

Parameters

selection
Documentation for this section has not yet been entered.
model
Documentation for this section has not yet been entered.
path
Documentation for this section has not yet been entered.
path_currently_selected
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

This function will get called on select and unselect of widget text. It should return true if the state of the tree node may be toggled and false if the state of the node should not be changed.

Requirements

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