summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.h
diff options
context:
space:
mode:
authorJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>2016-07-26 07:42:54 +0200
committerJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>2016-07-26 08:02:40 +0200
commit37dc4bd8a7039bfad6e8e6b014aace49a21f6f76 (patch)
tree5a4b95589a8010179295b417eb4918f2e22b4d09 /gtk2_ardour/option_editor.h
parent43e20fd3e8d008873ab8e88569df793ed21760d6 (diff)
Factor out and simplify the search by components in options tree
Diffstat (limited to 'gtk2_ardour/option_editor.h')
-rw-r--r--gtk2_ardour/option_editor.h2
1 files changed, 2 insertions, 0 deletions
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<std::string, OptionEditorPage*> _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 ();
};