set_search_entry


Description:

public void set_search_entry (Editable? entry)

Sets the entry which the interactive search code will use for this this.

Note:

Use [class@Gtk.ListView] or [class@Gtk.ColumnView] instead

This is useful when you want to provide a search entry in our interface at all time at a fixed position. Passing null for entry will make the interactive search code use the built-in popup entry again.

Parameters:

this

A `GtkTreeView`

entry

the entry the interactive search code of this should use