X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmixer_strip.h;h=f6d5f0cec009e70354dc7b05f41cf1de684facee;hb=9d70b725a326ad1cb3425ef27e165bf8117f9bdd;hp=0e587805ba8bf448ef8a2e1361cd1293ffd96778;hpb=cf1541c3086b376ecac1b70cafef058b4348ab96;p=ardour.git diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h index 0e587805ba..f6d5f0cec0 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,10 @@ 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 (); Gtk::Button group_button; Gtk::Label group_label; @@ -219,6 +216,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox void diskstream_changed (); Gtk::Menu *send_action_menu; + Gtk::CheckMenuItem* _comment_menu_item; Gtk::MenuItem* rename_menu_item; void build_send_action_menu ();