Code

added interactivity attributes to the object properties dialog.
authorJucaBlues <JucaBlues@users.sourceforge.net>
Thu, 15 Jan 2009 10:24:38 +0000 (10:24 +0000)
committerJucaBlues <JucaBlues@users.sourceforge.net>
Thu, 15 Jan 2009 10:24:38 +0000 (10:24 +0000)
commitf12e01f1c0ba0c6a51ba923320c496fa50b53066
treeae563d841641429d0bc84a8af933fb266ae85036
parent19f2d6797853686cf668528be392548100e92025
added interactivity attributes to the object properties dialog.

If you want to test it, create a new document, draw something, select it, ctrl+shift+O, expand the Interactivity expander and set:

onclick to window.location="http://xkcd.com"
onmouseover to this.style.cursor="pointer"

Save as Inkscape SVG (currently not working for Plain SVG)
then open this SVG file in Firefox to see the result.
src/dialogs/item-properties.cpp