Use test_search_path to find test data in xpath test
[ardour.git] / gtk2_ardour / meter_strip.h
index 022ac9edb9b4c4c7e6897824dc00d98733cbb4b2..60e77eb2ef6b9b3dea8f9e407928125096860866 100644 (file)
@@ -91,11 +91,14 @@ class MeterStrip : public Gtk::VBox, public RouteUI
        Gtk::HBox meterbox;
        Gtk::HBox namebx;
        ArdourButton name_label;
-       Gtk::Label number_label;
        Gtk::DrawingArea meter_metric_area;
        Gtk::DrawingArea meter_ticks1_area;
        Gtk::DrawingArea meter_ticks2_area;
 
+       Gtk::HBox mutebox;
+       Gtk::HBox solobox;
+       Gtk::HBox recbox;
+
        Gtk::Alignment meter_align;
        Gtk::Alignment peak_align;
        Gtk::HBox peakbx;
@@ -122,6 +125,7 @@ class MeterStrip : public Gtk::VBox, public RouteUI
        void parameter_changed (std::string const & p);
        void redraw_metrics ();
        void update_button_box ();
+       void update_name_box ();
 
        bool _suspend_menu_callbacks;
        bool level_meter_button_press (GdkEventButton* ev);