The pygtk docs do not indicate this, but C docs do:
gtk_tree_view_set_search_column (GtkTreeView *tree_view, gint column)
column :
the column of the model to search in, or -1 to disable searching
Passing -1for a column really disables the search.
source
share