General SMPTE fixes mostly relating to non-integer frame rates. Please Test. Fix...
[ardour.git] / gtk2_ardour / mixer_strip.h
index 21db0d14ca83b4a17dd6b8234b5046e2c674bb80..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,6 +154,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
        Gtk::TextView* comment_area;
        Gtk::Button    comment_button;
 
+       void comment_editor_done_editing();
        void setup_comment_editor ();
        void comment_button_clicked ();
 
@@ -245,6 +247,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
        void engine_running();
        void engine_stopped();
 
+       static int scrollbar_height;
 };
 
 #endif /* __ardour_mixer_strip__ */