Method
GtkTreeViewset_enable_search
Declaration [src]
void
gtk_tree_view_set_enable_search (
GtkTreeView* tree_view,
gboolean enable_search
)
Description [src]
If enable_search
is set, then the user can type in text to search through
the tree 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.
Sets property | Gtk.TreeView:enable-search |