set_search_equal_func


Description:

public void set_search_equal_func (owned TreeViewSearchEqualFunc search_equal_func)

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

Parameters:

this

A TreeView

search_equal_func

the compare function to use during the search

search_destroy

Destroy notifier for search_user_data, or null

search_user_data

user data to pass to search_equal_func, or null