Use toogleducksdial member pointer and do not expose the toggle buttons pointers...
[synfig.git] / synfig-studio / trunk / src / gtkmm / canvasview.h
index 6f1f87e..182d3e6 100644 (file)
@@ -65,6 +65,8 @@
 
 #include "dialog_waypoint.h"
 #include "dialog_keyframe.h"
+#include "framedial.h"
+#include "toggleducksdial.h"
 
 #include "duckmatic.h"
 #include <gtkmm/scale.h>
@@ -260,9 +262,11 @@ private:
        Gtk::Button *refreshbutton;
        Gtk::Button *treetogglebutton;  // not used
        Gtk::Notebook *notebook; // not used
-       Gtk::Widget *timebar;
+       Gtk::Table *timebar;
        Gtk::Button *animatebutton;
        Gtk::Button *keyframebutton;
+       FrameDial *framedial;
+       ToggleDucksDial *toggleducksdial;
 
 
        //! Shows current time and allows edition
@@ -679,6 +683,8 @@ private:
        //void on_audio_play();
        bool on_audio_scrub();
 
+       void on_play_stop_pressed();
+
 protected:
        bool close_instance_when_safe();
        bool on_delete_event(GdkEventAny* event);