summaryrefslogtreecommitdiffstats
path: root/src/sp-script.h
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2009-01-15 18:01:02 +0000
committerJucaBlues <JucaBlues@users.sourceforge.net>2009-01-15 18:01:02 +0000
commit1f7f8f05fe06445ca1f1784ab38319fd5019516d (patch)
tree1fbd2092e472131392cb303938c6cbc4aa767d06 /src/sp-script.h
parentadded interactivity attributes to the object properties dialog. (diff)
downloadinkscape-1f7f8f05fe06445ca1f1784ab38319fd5019516d.tar.gz
inkscape-1f7f8f05fe06445ca1f1784ab38319fd5019516d.zip
adding a "scripting" tab to document properties dialog that allow the user to manage external javascript references.
(also only working for "Inkscape SVG") (bzr r7137)
Diffstat (limited to 'src/sp-script.h')
-rw-r--r--src/sp-script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-script.h b/src/sp-script.h
index 8a48f9b92..fa1906052 100644
--- a/src/sp-script.h
+++ b/src/sp-script.h
@@ -23,6 +23,7 @@
/* SPScript */
struct SPScript : public SPObject {
+ gchar *xlinkhref;
};
struct SPScriptClass {