Code documentation.
[synfig.git] / 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