Code

More in XML privatisation with new create3DBox function and other supplements to...
[inkscape.git] / src / desktop.h
index 00f6cfdd57c6e4ce9a700ffcb5c17196fc795493..59ba3f957d14ae7d603faca46bedb31d5c2faa23 100644 (file)
@@ -324,6 +324,8 @@ struct SPDesktop : public Inkscape::UI::View::View
     virtual bool onDeleteUI (GdkEventAny*);
     virtual bool onWindowStateEvent (GdkEventWindowState* event);
 
+       void applyCurrentOrToolStyle(SPObject *obj, Glib::ustring const &tool_path, bool with_text);
+
 private:
     Inkscape::UI::View::EditWidgetInterface       *_widget;
     Inkscape::Application     *_inkscape;