X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Ftime_axis_view.h;h=21819586721ee6b6d147cef0e280f3385016df4c;hb=8e3b1c17c1907417edf665e833529690644941a9;hp=4c183ddc6a6f0a84d842cb49650799c445f883ec;hpb=6a5d805b383cd71bb1d0984964439c5ec08e9270;p=ardour.git diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h index 4c183ddc6a..2181958672 100644 --- a/gtk2_ardour/time_axis_view.h +++ b/gtk2_ardour/time_axis_view.h @@ -167,6 +167,8 @@ class TimeAxisView : public virtual AxisView virtual void set_selected_regionviews (RegionSelection&) {} virtual void set_selected_points (PointSelection&) {} + virtual void fade_range (TimeSelection&) {} + virtual boost::shared_ptr find_next_region (framepos_t /*pos*/, ARDOUR::RegionPoint, int32_t /*dir*/) { return boost::shared_ptr (); } @@ -201,10 +203,14 @@ class TimeAxisView : public virtual AxisView /* The Standard LHS Controls */ Gtk::HBox controls_hbox; Gtk::Table controls_table; + Gtk::Table name_table; Gtk::EventBox controls_ebox; Gtk::VBox controls_vbox; + Gtk::VBox name_vbox; Gtk::VBox time_axis_vbox; + Gtk::Frame time_axis_frame; Gtk::HBox name_hbox; + Gtk::HBox top_hbox; Gtk::Label name_label; bool _name_editing; uint32_t height; /* in canvas units */