Half fix 1368904: add function to enable/disable the timebar. Just need to change...
[synfig.git] / synfig-studio / trunk / src / gtkmm / canvasview.h
index cdd9975..efe10cf 100644 (file)
@@ -568,6 +568,9 @@ public:
        //! Hides the time bar
        void hide_timebar();
 
+       //t Enables or disables interaction with the timebar
+       void timebar_set_sensitive(bool sensitive);
+
        void do_rotoscope_bline();
 
        void do_rotoscope();