Gtk.TreeView.prototype.get_search_entry
function get_search_entry():Gtk.Entry { // Gjs wrapper for gtk_tree_view_get_search_entry() }
Returns the Gtk.Entry which is currently in use as interactive search entry for tree_view. In case the built-in entry is being used, null will be returned.
Since 2.10
- Returns
the entry currently in use as search entry.