Method
GtkEntryCompletionset_minimum_key_length
since: 2.4
Declaration [src]
void
gtk_entry_completion_set_minimum_key_length (
GtkEntryCompletion* completion,
gint length
)
Description [src]
Requires the length of the search key for completion
to be at least
length
. This is useful for long lists, where completing using a small
key takes a lot of time and will come up with meaningless results anyway
(ie, a too large dataset).
Available since: 2.4
Sets property | Gtk.EntryCompletion:minimum-key-length |