summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-02-01 03:42:37 +0000
committerCarl Hetherington <carl@carlh.net>2011-02-01 03:42:37 +0000
commit953c5b575dce63bf58565766b69caa4c2c217801 (patch)
treef9691b5fada9e7f9810dda30fea0d16ffaa43047 /gtk2_ardour/mixer_strip.h
parentb78d036aa056af0ef4f5821c45dae5f70bc69231 (diff)
Move mono and comment button functionality into the mixer strip menu.
git-svn-id: svn://localhost/ardour2/branches/3.0@8639 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index 0e587805ba..45e0fce52d 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -156,7 +156,6 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
ProcessorBox processor_box;
GainMeter gpm;
PannerUI panners;
- BindableToggleButton _mono_button;
Gtk::Table button_table;
Gtk::Table solo_led_table;
@@ -188,12 +187,11 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
ArdourDialog* comment_window;
Gtk::TextView* comment_area;
- Gtk::Button comment_button;
- void comment_editor_done_editing();
+ void comment_editor_done_editing ();
void setup_comment_editor ();
- void comment_button_clicked ();
- void mono_button_clicked ();
+ void toggle_comment ();
+ void toggle_mono ();
Gtk::Button group_button;
Gtk::Label group_label;
@@ -219,6 +217,8 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
void diskstream_changed ();
Gtk::Menu *send_action_menu;
+ Gtk::CheckMenuItem* _mono_menu_item;
+ Gtk::CheckMenuItem* _comment_menu_item;
Gtk::MenuItem* rename_menu_item;
void build_send_action_menu ();