Code

r15506@tres: ted | 2007-05-24 22:30:55 -0700
[inkscape.git] / src / extension / paramnotebook.h
index f0ab15f5744ca9f9e6c4cff15f0485c5bdf7321d..d0603003eacae3c31f3b0d178660e4ae3e848d84 100644 (file)
@@ -40,7 +40,7 @@ private:
 public:
     ParamNotebook(const gchar * name, const gchar * guitext, const gchar * desc, const Parameter::_scope_t scope, Inkscape::Extension::Extension * ext, Inkscape::XML::Node * xml);
     ~ParamNotebook(void);
-    Gtk::Widget * get_widget(SPDocument * doc, Inkscape::XML::Node * node);
+    Gtk::Widget * get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal);
     Glib::ustring * string (void);
         
     const gchar * get (const SPDocument * doc, const Inkscape::XML::Node * node) { return _value; }