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

A GtkTreeView

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 ]

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]