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 `GtkTreeView`SearchEqualFunc returns false on matches.

Note:

Use [class@Gtk.ListView] or [class@Gtk.ColumnView] instead

Parameters:

this

A `GtkTreeView`

search_equal_func

the compare function to use during the search

search_destroy

Destroy notifier for search_user_data

search_user_data

user data to pass to search_equal_func