summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-02-17 18:53:31 +0000
committerCarl Hetherington <carl@carlh.net>2011-02-17 18:53:31 +0000
commit0d61f205ab4432480dc0e12787774f1d859f2dbf (patch)
tree2f7814390661bd344d53651f466e9941bfa2e94e /gtk2_ardour/option_editor.h
parent94297c70e1644e5868eb834586ab173e7eaf2b33 (diff)
Bring up the click tab of the RC options window when right-clicking on the click button (#3783).
git-svn-id: svn://localhost/ardour2/branches/3.0@8889 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 e3f8bf312d..b81672e094 100644
--- a/gtk2_ardour/option_editor.h
+++ b/gtk2_ardour/option_editor.h
@@ -400,6 +400,8 @@ public:
void add_option (std::string const &, OptionEditorComponent *);
+ void set_current_page (std::string const &);
+
protected:
virtual void parameter_changed (std::string const &);