gtkTreeViewSetSearchEqualFunc: gtkTreeViewSetSearchEqualFunc

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

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

1
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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.