Code

Extensions. Notebooks now work with internal extensions.
[inkscape.git] / src / extension / param / notebook.h
index 24d4ebfc138f3fca2474560fe61503978ba506c6..fb21c9b637459b3858df1edb366b9e85670d736d 100644 (file)
@@ -43,6 +43,8 @@ public:
     Gtk::Widget * get_widget(SPDocument * doc, Inkscape::XML::Node * node, sigc::signal<void> * changeSignal);
     void string (std::list <std::string> &list);
 
+    Parameter * get_param (const gchar * name);
+
     const gchar * get (const SPDocument * /*doc*/, const Inkscape::XML::Node * /*node*/) { return _value; }
     const gchar * set (const int in, SPDocument * doc, Inkscape::XML::Node * node);
 }; /* class ParamNotebook */