Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / gtkmm / cellrenderer_value.h
index bc90c5e..14a425d 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,8 @@ class CellRenderer_ValueBase : public Gtk::CellRendererText
 
        void gradient_edited(synfig::Gradient gradient, Glib::ustring path);
        void color_edited(synfig::Color color, Glib::ustring path);
-       
+
+       bool edit_value_done_called;
 public:
        sigc::signal<void, const Glib::ustring&> &signal_secondary_click()
        {return signal_secondary_click_; }
@@ -98,11 +98,11 @@ public:
        Glib::PropertyProxy<synfig::ValueBase> property_value() { return property_value_.get_proxy();}
        Glib::PropertyProxy<etl::handle<synfig::Canvas> > property_canvas() { return property_canvas_.get_proxy();}
        Glib::PropertyProxy<synfig::ParamDesc> property_param_desc() { return property_param_desc_.get_proxy(); }
-       Glib::PropertyProxy<bool> property_inconsistant() { return property_foreground_set(); }
+       Glib::PropertyProxy<bool> property_inconsistent() { return property_foreground_set(); }
 
        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 +118,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,