Package: gtk

Accessor gtk-entry-completion-minimum-key-length

Lambda List

gtk-entry-completion-minimum-key-length (object)

Syntax

(gtk-entry-completion-minimum-key-length object) => length
(setf (gtk-entry-completion-minimum-key-length object) length)

Arguments

object -- a gtk-entry-completion object
length -- an integer with the minimum length of the key in order to start completing

Details

Accessor of the minimum-key-length slot of the gtk-entry-completion class.

The slot access function gtk-entry-completion returns the minimum key length as set for the entry completion. The slot access function (setf gtk-entry-completion-minimum-key-length) sets 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, i.e., a too large dataset.
 

See also

2020-5-31