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