Gtk.TreeView.SetSearchEqualFunc Method
Sets the compare function for the interactive search capabilities.

Syntax

public void SetSearchEqualFunc (TreeViewSearchEqualFunc search_equal_func, IntPtr search_user_data, DestroyNotify search_destroy)

Parameters

search_equal_func
The Gtk.TreeViewSearchEqualFunc to invoke.
search_user_data
ignored
search_destroy
ignored

Remarks

This method is obsolete. New code should use the TreeView.SearchEqualFunc property.

Requirements

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