Fix 1776156: "region and outline position ducks aren't linked". They are now - there...
[synfig.git] / synfig-studio / trunk / src / gtkmm / cellrenderer_value.h
index bc90c5e..72cc8c9 100644 (file)
@@ -1,8 +1,8 @@
 /* === S Y N F I G ========================================================= */
-/*!    \file cellrenderer_value.cpp
+/*!    \file cellrenderer_value.h
 **     \brief Template File
 **
-**     $Id: cellrenderer_value.h,v 1.1.1.1 2005/01/07 03:34:36 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -39,7 +39,6 @@
 #include <gtkmm/statusbar.h>
 #include <gtkmm/button.h>
 #include <gtkmm/label.h>
-#include <atkmm/stateset.h>
 #include <gtkmm/paned.h>
 #include <gtkmm/treeview.h>
 #include <gtkmm/treestore.h>
@@ -87,7 +86,7 @@ class CellRenderer_ValueBase : public Gtk::CellRendererText
 
        void gradient_edited(synfig::Gradient gradient, Glib::ustring path);
        void color_edited(synfig::Color color, Glib::ustring path);
-       
+
 public:
        sigc::signal<void, const Glib::ustring&> &signal_secondary_click()
        {return signal_secondary_click_; }
@@ -102,7 +101,7 @@ public:
 
        etl::handle<synfig::Canvas> get_canvas()const { return property_canvas_; }
        synfig::ParamDesc get_param_desc()const { return property_param_desc_; }
-       
+
        CellRenderer_ValueBase();
        ~CellRenderer_ValueBase();
 
@@ -118,7 +117,7 @@ public:
                const Gdk::Rectangle& ca,
                const Gdk::Rectangle& expose_area,
                Gtk::CellRendererState flags);
-       
+
        virtual Gtk::CellEditable* start_editing_vfunc(GdkEvent* event,
                                                  Gtk::Widget& widget,
                                                  const Glib::ustring& path,