setSearchEqualFunc

open fun setSearchEqualFunc(searchEqualFunc: TreeViewSearchEqualFunc)

Sets the compare function for the interactive search capabilities; note that somewhat like strcmp() returning 0 for equality GtkTreeViewSearchEqualFunc returns false on matches.

Parameters

searchEqualFunc

the compare function to use during the search