summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-12-14 07:59:33 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-12-14 07:59:33 +0000
commit7b5e8bf0f751ec76fce440e1547f5a274a9b9549 (patch)
tree5a0dd6e50570653f6d6ea103d1123b75eee513ff /gtk2_ardour/mixer_strip.h
parent60f9ee305268e8be029741190431235541bd253c (diff)
make all mixerstrip elements visible in the mixer window. at least, i think that is everything - trying to move away from using show_all()
git-svn-id: svn://localhost/ardour2/branches/3.0@4321 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index 2b6aed2717..12d84c48fc 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -122,7 +122,10 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
Gtk::Button hide_button;
Gtk::Button width_button;
Gtk::HBox width_hide_box;
+ Gtk::VBox whvbox;
Gtk::EventBox top_event_box;
+ Gtk::EventBox* spacer;
+ Gtk::Alignment gain_meter_alignment;
void hide_clicked();
void width_clicked ();