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 for the delay in milliseconds

Details

The accessor for the search-delay slot of the gtk:search-entry class gets or sets the delay to be used between the last keypress and the "search-changed" signal being emitted.

Since 4.8
 

See also

2025-08-11