remove OS X specific code for key editor binding displays
[ardour.git] / gtk2_ardour / time_axis_view.h
index 8a354abcd29a9cdb416c5aa557cf99291bafb5d9..790274c6265627fbac93b267654409d16556b8a7 100644 (file)
@@ -131,7 +131,7 @@ class TimeAxisView : public virtual AxisView
        /** @return true if hidden, otherwise false */
        bool hidden () const { return _hidden; }
 
-       virtual void set_selected (bool);
+       void set_selected (bool);
 
        /**
         * potential handler for entered events
@@ -239,6 +239,7 @@ class TimeAxisView : public virtual AxisView
        virtual bool controls_ebox_scroll (GdkEventScroll*);
        virtual bool controls_ebox_button_press (GdkEventButton*);
        virtual bool controls_ebox_motion (GdkEventMotion*);
+       virtual bool controls_ebox_leave (GdkEventCrossing*);
 
        /** Display the standard LHS control menu at when.
         *
@@ -309,8 +310,8 @@ private:
        ArdourCanvas::Group* _ghost_group;
 
        void compute_heights ();
+       static uint32_t button_height;
        static uint32_t extra_height;
-       static uint32_t small_height;
 
        static int const _max_order;