summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorNick Mainsbridge <beatroute@iprimus.com.au>2006-05-21 10:11:59 +0000
committerNick Mainsbridge <beatroute@iprimus.com.au>2006-05-21 10:11:59 +0000
commit479ee9cc008750074a10b94902e3dcc20f05de3a (patch)
tree9eb2dc3a0f031f0fee26e434161b47d24d2026c6 /gtk2_ardour/mixer_strip.h
parentf88cf52970535c94f641eeeb484827530e75d7f7 (diff)
Mixer strip layout, emsure correct column expands on treeviews, 'Manual' automation mode labels.
git-svn-id: svn://localhost/trunk/ardour2@519 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index 67ad30bbe7..65be3c00c1 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -125,8 +125,16 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
PannerUI panners;
Gtk::Table button_table;
+ Gtk::Table middle_button_table;
Gtk::Table bottom_button_table;
+ Gtk::Button gain_unit_button;
+ Gtk::Label gain_unit_label;
+ Gtk::Button meter_point_button;
+ Gtk::Label meter_point_label;
+
+ void meter_changed (void *);
+
Gtk::Button diskstream_button;
Gtk::Label diskstream_label;