gtkTreeViewSetSearchEqualFunc {RGtk2} | R Documentation |
Sets the compare function for the interactive search capabilities; note
that somewhat like strcmp()
returning 0 for equality
GtkTreeViewSearchEqualFunc
returns FALSE
on matches.
gtkTreeViewSetSearchEqualFunc(object, search.equal.func, search.user.data = NULL)
|
[GtkTreeView ] A GtkTreeView |
|
[GtkTreeViewSearchEqualFunc ] the compare function to use during the search |
|
[R object] user data to pass to search.equal.func , or NULL |
Derived by RGtkGen from GTK+ documentation