summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vca_master_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-03-08 22:08:51 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:40 -0400
commit9f66fe1ebbb506b646f2e20c5530d895e4a5f092 (patch)
treea420b3bffccf2e6beb1ff5bf0eea8191f2dd5923 /gtk2_ardour/vca_master_strip.h
parent567fb50aad1d31a622b5bcceb457438e05ef4f73 (diff)
start adding a context menu for VCA strips
Diffstat (limited to 'gtk2_ardour/vca_master_strip.h')
-rw-r--r--gtk2_ardour/vca_master_strip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/vca_master_strip.h b/gtk2_ardour/vca_master_strip.h
index 2df0d5bfab..1e71866310 100644
--- a/gtk2_ardour/vca_master_strip.h
+++ b/gtk2_ardour/vca_master_strip.h
@@ -63,7 +63,7 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
ArdourButton solo_button;
ArdourButton mute_button;
ArdourButton assign_button;
- bool wide;
+ Gtk::Menu* context_menu;
PBD::ScopedConnectionList vca_connections;
void hide_clicked();
@@ -83,6 +83,7 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
bool name_button_press (GdkEventButton*);
void vca_property_changed (PBD::PropertyChange const & what_changed);
void update_vca_name ();
+ void build_context_menu ();
};