remove Glib::ustring from gtk2_ardour
[ardour.git] / gtk2_ardour / audio_clock.h
index 1a15cecd7b15d24811193acada6f2698db5c5be8..c51c321ba46415af262ea5aabecba52c93c0103f 100644 (file)
@@ -43,7 +43,8 @@ class AudioClock : public Gtk::HBox, public ARDOUR::SessionHandlePtr
                Off
        };
 
-       AudioClock (std::string, bool, std::string, bool, bool, bool duration = false, bool with_info = false);
+       AudioClock (const std::string& clock_name, bool is_transient, const std::string& widget_name, 
+                    bool editable, bool follows_playhead, bool duration = false, bool with_info = false);
 
        Mode mode() const { return _mode; }
 
@@ -216,6 +217,7 @@ class AudioClock : public Gtk::HBox, public ARDOUR::SessionHandlePtr
        static const uint32_t field_length[(int)AudioFrames+1];
        static bool _has_focus;
 
+       void on_style_changed (const Glib::RefPtr<Gtk::Style>&);
 };
 
 #endif /* __audio_clock_h__ */