Method GTK2.TreeView()->set_search_column()


Method set_search_column

GTK2.TreeView set_search_column(int column)

Description

Sets column as the column where the interactive search code should search in.

If the sort column is set, users can use the "start-interactive-search" key binding to bring up search popup. The enable-search property controls whether simply typing text will also start an interactive search.

Note that column refers to a column of the model.