TreeView.setSearchEqualFunc

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

More...
class TreeView
void
setSearchEqualFunc

Parameters

searchEqualFunc gtk.types.TreeViewSearchEqualFunc

the compare function to use during the search

Detailed Description