Package: gtk

Accessor gtk:search-entry-search-delay

Lambda List

gtk:search-entry-search-delay (object)

Syntax

(gtk:search-entry-search-delay object) => delay
(setf (gtk:search-entry-search-delay object) delay)

Arguments

object -- a gtk:search-entry widget
delay -- an unsigned integer with the delay in milliseconds

Details

Accessor of the search-delay slot of the gtk:search-entry class. The gtk:search-entry-search-delay function gest the delay to be used between the last keypress and the "search-changed" signal being emitted. The (setf gtk:search-entry-search-delay) function sets the search delay.

Since 4.8
 

See also

2024-4-20