Code documentation.
authorCarlos Lopez <carlos@pcnuevo.(none)>
Wed, 15 Jul 2009 14:08:39 +0000 (16:08 +0200)
committerCarlos Lopez <carlos@pcnuevo.(none)>
Wed, 15 Jul 2009 14:08:39 +0000 (16:08 +0200)
synfig-studio/trunk/src/gtkmm/dialog_gradient.h

index c681dac..f9d674c 100644 (file)
@@ -105,7 +105,8 @@ public:
 
        Dialog_Gradient();
        ~Dialog_Gradient();
-
+       //! Inerface to external calls to fill in the Gradient Editor Dialog
+       //! when a Constant ValueNode or a Animated ValueNode is double cliked.
        void edit(const synfigapp::ValueDesc &x, etl::handle<synfigapp::CanvasInterface> canvas_interface, synfig::Time time=0);
 }; // END of Dialog_Gradient