Package: gtk

Accessor gtk:tree-view-enable-search

Lambda List

gtk:tree-view-enable-search (object)

Syntax

(gtk:tree-view-enable-search object) => enable
(setf (gtk:tree-view-enable-search object) enable)

Arguments

object -- a gtk:tree-view widget
enable -- true, if the user can search interactively

Details

The accessor for the enable-search slot of the gtk:tree-view class gets or sets whether the tree view allows user to search through columns interactively. If the enable-search property is set, then the user can type in text to search through the tree view interactively, this is sometimes called "typeahead find". Note that even if the property is false, the user can still initiate a search using the "start-interactive-search" key binding.

Warning

The gtk:tree-view implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2025-09-27