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)
|
|
|
The |
|
The user data for |
Since 2.4
Derived by RGtkGen from GTK+ documentation