gtkEntryCompletionSetMatchFunc {RGtk2}R Documentation

gtkEntryCompletionSetMatchFunc

Description

Sets the match function for completion to be func. The match function is used to determine if a row should or should not be in the completion list.

Usage

gtkEntryCompletionSetMatchFunc(object, func, func.data = NULL)

Arguments

object [GtkEntryCompletion] A GtkEntryCompletion.
func [GtkEntryCompletionMatchFunc] The GtkEntryCompletionMatchFunc to use.
func.data [R object] The user data for func.

Details

Since 2.4

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]