summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-03-21 14:13:48 +0000
committerCarl Hetherington <carl@carlh.net>2012-03-21 14:13:48 +0000
commited12f85c88f460c1fc64d8616a630168ee2e8d49 (patch)
tree4e472600805a6169561ec2d385dd29d8928f4918 /gtk2_ardour/processor_box.h
parenta4c27ff16e939b0537274b10ea2133268a868cc9 (diff)
Add tooltips to plugin controls in the processor box
(#4697). git-svn-id: svn://localhost/ardour2/branches/3.0@11741 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/processor_box.h')
-rw-r--r--gtk2_ardour/processor_box.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/processor_box.h b/gtk2_ardour/processor_box.h
index f21fffa3f0..0e6582bb2f 100644
--- a/gtk2_ardour/processor_box.h
+++ b/gtk2_ardour/processor_box.h
@@ -181,6 +181,7 @@ private:
void button_clicked ();
void control_changed ();
std::string state_id () const;
+ void set_tooltip ();
boost::weak_ptr<ARDOUR::AutomationControl> _control;
/* things for a slider */