diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2009-01-15 18:01:02 +0000 |
|---|---|---|
| committer | JucaBlues <JucaBlues@users.sourceforge.net> | 2009-01-15 18:01:02 +0000 |
| commit | 1f7f8f05fe06445ca1f1784ab38319fd5019516d (patch) | |
| tree | 1fbd2092e472131392cb303938c6cbc4aa767d06 /src/sp-script.h | |
| parent | added interactivity attributes to the object properties dialog. (diff) | |
| download | inkscape-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.h | 1 |
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 { |
