Move the toggle ducks dial to the new display bar at the top of the window.
[synfig.git] / synfig-studio / trunk / src / gtkmm / canvasview.h
index 826c8ea..5986da6 100644 (file)
@@ -263,6 +263,7 @@ private:
        Gtk::Button *treetogglebutton;  // not used
        Gtk::Notebook *notebook; // not used
        Gtk::Table *timebar;
+       Gtk::Table *displaybar;
        Gtk::Button *animatebutton;
        Gtk::Button *keyframebutton;
        FrameDial *framedial;
@@ -408,6 +409,8 @@ private:
 
        Gtk::Widget *create_time_bar();
 
+       Gtk::Widget *create_display_bar();
+
        //! Pop up menu for the bezier (bline, draw) tool (?)
        void popup_param_menu_bezier(float location, synfigapp::ValueDesc value_desc)
        { popup_param_menu(value_desc,location,true); }