summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_master_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-05-18 13:30:01 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:43 -0400
commit2886b9659b21ffa95c96cad71390842a34804507 (patch)
tree77861d6b7c722abbf83fb04084684072e95ad38e /gtk2_ardour/vca_master_strip.h
parenta2704dbff8ccfc39b863279629b347fb008b8729 (diff)
vertical VCA names in VCA strips
Diffstat (limited to 'gtk2_ardour/vca_master_strip.h')
-rw-r--r--gtk2_ardour/vca_master_strip.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk2_ardour/vca_master_strip.h b/gtk2_ardour/vca_master_strip.h
index 1e0779aa1f..a79c648b8a 100644
--- a/gtk2_ardour/vca_master_strip.h
+++ b/gtk2_ardour/vca_master_strip.h
@@ -49,7 +49,6 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
private:
boost::shared_ptr<ARDOUR::VCA> _vca;
- Gtk::HBox vertical_padding;
ArdourButton name_button;
GainMeter gain_meter;
@@ -66,9 +65,12 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
ArdourButton solo_button;
ArdourButton mute_button;
ArdourButton assign_button;
+ ArdourButton spill_button;
Gtk::Menu* context_menu;
PBD::ScopedConnectionList vca_connections;
Gtk::MessageDialog* delete_dialog;
+ Gtk::EventBox vertical_box;
+ Gtk::Label vertical_label;
void hide_clicked();
bool width_button_pressed (GdkEventButton *);
@@ -85,6 +87,7 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
void update_vca_display ();
void finish_name_edit (std::string);
bool name_button_press (GdkEventButton*);
+ bool vertical_box_press (GdkEventButton*);
void vca_property_changed (PBD::PropertyChange const & what_changed);
void update_vca_name ();
void build_context_menu ();