@accepts(Gtk.TreeViewSearchEqualFunc, gpointer, GLib.DestroyNotify) @returns(none) def set_search_func(func, func_data, notify)
Sets the compare function for the interactive search capabilities. The function must return FALSE when the search key string matches the row it is passed.
func : |
tree view search function to use for this view |
func_data : |
data to pass to the search function |
notify : |
function to call to dispose of the data |