Package: gtk

Callback gtk-tree-view-search-equal-func

Details

A callback function used for checking whether a row in model matches a search key string entered by the user. Note the return value is reversed from what you would normally expect.
 lambda (model column key iter data)  
model
A gtk-tree-model object being searched.
column
an integer with the search column set by the function gtk-tree-view-search-column
key
the key string to compare with
iter
a gtk-tree-iter iterator pointing the row of model that should be compared with key
data
user data from the function gtk-tree-view-set-search-equal-func
Return
False if the row matches, true otherwise.
 

See also

2021-2-26