summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-04 16:09:45 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-04 16:09:45 +0000
commit69413ea089911fe2dec669e48f28ac4aeb8514b3 (patch)
treeacfafed5da7508150bed4d304ca0eb0f5e6a008c /gtk2_ardour/processor_box.h
parent85421f2b3ccaf7b1aaabca4591db5dc7888af66e (diff)
Add tooltips for processors (#4447).
git-svn-id: svn://localhost/ardour2/branches/3.0@10437 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/processor_box.h')
-rw-r--r--gtk2_ardour/processor_box.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/processor_box.h b/gtk2_ardour/processor_box.h
index a2c28a945a..5d80e8a360 100644
--- a/gtk2_ardour/processor_box.h
+++ b/gtk2_ardour/processor_box.h
@@ -134,7 +134,8 @@ private:
void led_clicked();
void processor_active_changed ();
void processor_property_changed (const PBD::PropertyChange&);
- std::string name () const;
+ std::string name (Width) const;
+ void setup_tooltip ();
boost::shared_ptr<ARDOUR::Processor> _processor;
Width _width;