TreeViewSearchEqualFunc
Description:
[ CCode ( instance_pos = 4.9 ) ]
[ Version ( deprecated = true , deprecated_since = "4.20" ) ]
public delegate bool TreeViewSearchEqualFunc (TreeModel model, int column, string key, TreeIter iter)
[ Version ( deprecated = true , deprecated_since = "4.20" ) ]
public delegate bool TreeViewSearchEqualFunc (TreeModel model, int column, string key, TreeIter iter)
Warning: TreeViewSearchEqualFunc is deprecated since 4.20.
A function used for checking whether a row in model
matches a search key string entered by the user.
Note:
There is no replacement.
Note the return value is reversed from what you would normally expect, though it has some similarity to strcmp
returning 0 for
equal strings.
Parameters:
model |
the `GtkTreeModel` being searched |
column |
the search column set by set_search_column |
key |
the key string to compare with |
iter |
a `GtkTreeIter` pointing the row of |
search_data |
user data from set_search_equal_func |
Returns:
false if the row matches, true otherwise. |
Namespace: Gtk
Package: gtk4