Add the code to setup an instance of the keyframe list handler.
[synfig.git] / synfig-studio / trunk / src / gtkmm / widget_keyframe_list.h
index 3b83722..2acef1c 100644 (file)
@@ -52,7 +52,8 @@ class Widget_Keyframe_List : public Gtk::DrawingArea
        synfig::KeyframeList kf_list_;
 
        //! The frames per second of the canvas
-       synfig::Time fps;
+       float fps;
+
        //!True if it is editable. Keyframes can be moved.
        bool editable_;
 
@@ -105,6 +106,9 @@ public:
        //! Set the time adjustment and proper connects its change signals
        void set_time_adjustment(Gtk::Adjustment *x);
 
+       //! Set the fps
+       void set_fps(float x);
+
        //! Performs the keyframe movement. Returns true if it was sucessful
        bool perform_move_kf();