static global definition for track-header width
[ardour.git] / gtk2_ardour / time_axis_view.h
index c422e140bfb097ac7ec196582ef1d6ca767334e4..bfdcf9f4f114c3c9f73ea4e2bd87c6da9cfbbc73 100644 (file)
@@ -200,11 +200,14 @@ class TimeAxisView : public virtual AxisView
        static uint32_t preset_height (Height);
 
        protected:
+       static Glib::RefPtr<Gtk::SizeGroup> controls_meters_size_group;
+       static unsigned int name_width_px;
        /* The Standard LHS Controls */
        Gtk::Table             controls_table;
        Glib::RefPtr<Gtk::SizeGroup> controls_button_size_group;
        Gtk::EventBox          controls_ebox;
        Gtk::VBox              controls_vbox;
+       Gtk::VBox              time_axis_vbox;
        Gtk::Frame             time_axis_frame;
        Gtk::HBox              name_hbox;
        Gtk::HBox              top_hbox;