EntryCompletionMatchFunc
Description:
[ CCode ( instance_pos = 3.9 ) ]
[ Version ( deprecated = true , deprecated_since = "4.20" ) ]
public delegate bool EntryCompletionMatchFunc (EntryCompletion completion, string key, TreeIter iter)
[ Version ( deprecated = true , deprecated_since = "4.20" ) ]
public delegate bool EntryCompletionMatchFunc (EntryCompletion completion, string key, TreeIter iter)
Warning: EntryCompletionMatchFunc is deprecated since 4.20.
A function which decides whether the row indicated by iter matches a given key, and should be displayed as a possible
completion for key.
Note:
There is no replacement
Note that key is normalized and case-folded (see normalize and
casefold). If this is not appropriate, match functions have access to the unmodified
key via `gtk_editable_get_text (GTK_EDITABLE (gtk_entry_completion_get_entry ()))`.
Parameters:
| completion |
the `GtkEntryCompletion` |
| key |
the string to match, normalized and case-folded |
| iter |
a `GtkTreeIter` indicating the row to match |
| user_data |
user data given to set_match_func |
Returns:
|
true if |
Namespace: Gtk
Package: gtk4