summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-08-31 19:14:12 +0000
committerCarl Hetherington <carl@carlh.net>2011-08-31 19:14:12 +0000
commit881b5a43e755860e91bf596bcac1f8c105b0a843 (patch)
treeea8c1ee2acca440144caa74dc5f6698449278dd8 /gtk2_ardour/route_ui.h
parentf3a6b8a9bae2c926dd37315793416f14c176bbd8 (diff)
Allow route groups to color their tracks (remainder of
#4064). git-svn-id: svn://localhost/ardour2/branches/3.0@10043 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index 7ba9fe6144..e5f240ff5b 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -57,6 +57,8 @@ class RouteUI : public virtual AxisView
virtual ~RouteUI();
+ Gdk::Color color () const;
+
virtual void set_route (boost::shared_ptr<ARDOUR::Route>);
virtual void set_button_names () = 0;