gtkEntryCompletionSetMatchFunc {RGtk2} | R Documentation |
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.
gtkEntryCompletionSetMatchFunc(object, func, func.data = NULL)
|
[GtkEntryCompletion ] A GtkEntryCompletion . |
|
[GtkEntryCompletionMatchFunc ] The GtkEntryCompletionMatchFunc to use. |
|
[R object] The user data for func . |
Since 2.4
Derived by RGtkGen from GTK+ documentation