show() widgets explicitly in gtk2_ardour/analysis_window.cc
[ardour.git] / gtk2_ardour / time_axis_view_item.h
index aeeebe1c7968de3e869fd44349412fd491a7a7f9..4be3d4eabb7e0c87168627d6cf31dce18369cab5 100644 (file)
@@ -201,12 +201,7 @@ class TimeAxisViewItem : public Selectable
      */
     void set_name_text(const Glib::ustring& new_name) ;
     
-    /**
-     * Set the height of this item
-     *
-     * @param h the new height
-     */
-    virtual void set_height(double h) ;
+  virtual void set_y_position_and_height(double y, double h);
     
     /**
      * 
@@ -266,7 +261,7 @@ class TimeAxisViewItem : public Selectable
     bool name_active() const { return name_connected; }
 
     // Default sizes, font and spacing
-    static Pango::FontDescription NAME_FONT ;
+    static Pango::FontDescription* NAME_FONT ;
     static bool have_name_font;
     static const double NAME_X_OFFSET ;
     static const double GRAB_HANDLE_LENGTH ;