gtkEntryCompletionSetMinimumKeyLength {RGtk2} | R Documentation |
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).
gtkEntryCompletionSetMinimumKeyLength(object, length)
|
[GtkEntryCompletion ] A GtkEntryCompletion . |
|
[integer] The minimum length of the key in order to start completing. |
Since 2.4
Derived by RGtkGen from GTK+ documentation