RGtk2 (version 2.20.31)

gtkTreeViewSetSearchEqualFunc: gtkTreeViewSetSearchEqualFunc

Description

Sets the compare function for the interactive search capabilities; note that somewhat like strcmp() returning 0 for equality GtkTreeViewSearchEqualFunc returns FALSE on matches.

Usage

gtkTreeViewSetSearchEqualFunc(object, search.equal.func, search.user.data = NULL)

Arguments

object
search.equal.func
the compare function to use during the search
search.user.data
user data to pass to search.equal.func, or NULL. [ allow-none ]