Major Theme Manager changes, see ardour-dev
[ardour.git] / gtk2_ardour / route_time_axis.h
index 1e28a790a63bf7c305336d9fa16229841bb74184..368e29d0a021af492cdab42ab5f96b8b97a0e5e4 100644 (file)
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: audio_time_axis.h 664 2006-07-05 19:47:25Z drobilla $
 */
 
 #ifndef __ardour_route_time_axis_h__
@@ -160,6 +159,8 @@ protected:
        void route_name_changed (void *);
        void name_entry_changed ();
 
+       void update_rec_display ();
+
        virtual void label_view ();
        
        void add_edit_group_menu_item (ARDOUR::RouteGroup *, Gtk::RadioMenuItem::Group*);
@@ -198,7 +199,7 @@ protected:
        
        void map_frozen ();
 
-       void color_handler (ColorID, uint32_t);
+       void color_handler ();
 
        void region_view_added (RegionView*);
        void add_ghost_to_redirect (RegionView*, AutomationTimeAxisView*);
@@ -241,6 +242,8 @@ protected:
        vector<RedirectAutomationLine*> redirect_automation_curves;
 
        sigc::connection modified_connection;
+
+       void post_construct ();
 };
 
 #endif /* __ardour_route_time_axis_h__ */