set_search_equal_func
Description:
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 |
user data to pass to |