[Top]
GTK2
GTK2.EntryCompletion
|
Method GTK2.EntryCompletion()->set_minimum_key_length()
- Method
set_minimum_key_length
GTK2.EntryCompletion set_minimum_key_length(int length)
- Description
Requires the length of the search key to be at least length long. 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 (i.e. a too large
dataset).
|