gtkTreeViewSetSearchEqualFunc {RGtk2}R Documentation

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 [GtkTreeView] A GtkTreeView
search.equal.func [GtkTreeViewSearchEqualFunc] the compare function to use during the search
search.user.data [R object] user data to pass to search.equal.func, or NULL

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]