Drag zoom area now fills the whole canvas
[ardour.git] / gtk2_ardour / mixer_strip.h
index 88115c6063d6d78572e1ce02397e830f8026a0f5..430f774eb6f68abe1845c53dd98748e3abd18ef1 100644 (file)
@@ -111,6 +111,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
        Gtk::Button         hide_button;
        Gtk::Button         width_button;
        Gtk::HBox           width_hide_box;
+       Gtk::EventBox       top_event_box;
 
        void hide_clicked();
        void width_clicked ();
@@ -153,7 +154,6 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
        Gtk::TextView* comment_area;
        Gtk::Button    comment_button;
 
-       void comment_button_refresh();
        void comment_editor_done_editing();
        void setup_comment_editor ();
        void comment_button_clicked ();
@@ -247,6 +247,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
        void engine_running();
        void engine_stopped();
 
+       static int scrollbar_height;
 };
 
 #endif /* __ardour_mixer_strip__ */