From 37dc4bd8a7039bfad6e8e6b014aace49a21f6f76 Mon Sep 17 00:00:00 2001 From: "Julien \"_FrnchFrgg_\" RIVAUD" Date: Tue, 26 Jul 2016 07:42:54 +0200 Subject: Factor out and simplify the search by components in options tree --- gtk2_ardour/option_editor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/option_editor.h') diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h index 53c6712878..b5d44d577c 100644 --- a/gtk2_ardour/option_editor.h +++ b/gtk2_ardour/option_editor.h @@ -723,6 +723,8 @@ private: std::map _pages; void add_path_to_treeview (std::string const &, Gtk::Widget&); + Gtk::TreeModel::iterator find_path_in_treemodel (std::string const & pn, + bool create_missing = false); void treeview_row_selected (); }; -- cgit v1.2.3