summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.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/ardour_ui.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/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 47bbd9453f..03eaf1379b 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -719,6 +719,8 @@ class ARDOUR_UI : public Gtkmm2ext::UI, public ARDOUR::SessionHandlePtr
int missing_file (ARDOUR::Session*s, std::string str, ARDOUR::DataType type);
int ambiguous_file (std::string file, std::string path, std::vector<std::string> hits);
+
+ bool click_button_clicked (GdkEventButton *);
};
#endif /* __ardour_gui_h__ */