Package: gtk

Accessor gtk-tree-view-enable-search

Lambda List

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

Syntax

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

Arguments

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

Details

Accessor of the enable-search slot of the gtk-tree-view class.

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 this is false, the user can still initiate a search using the "start-interactive-search" key binding.
 

See also

2021-2-25