comparison inkscape/MB_button_select_click.inx @ 220:ad5c7a5c2c39

Add extention to the inkscape to edit one of the active/normal/click frame of a button. There is one unsolved issue. Users can not know the current frame easily unless they check the XML node editor. We should try to show something in the UI. However, I have no found any goo dway to do this. We may need to modify the inkscape directly for this function in the future.
author wycc@wycc-desktop
date Sun, 14 Dec 2008 11:23:34 +0800
parents
children
comparison
equal deleted inserted replaced
217:8d9d717c9300 220:ad5c7a5c2c39
1 <inkscape-extension>
2 <name>Edit Click button</name>
3 <id>MadButterfly.EditClickButton</id>
4 <dependency type="executable" location="extensions">MB_EditClickButton.py</dependency>
5 <dependency type="executable" location="extensions">inkex.py</dependency>
6 <effect>
7 <object-type>any</object-type>
8 <effects-menu>
9 <submenu _name="MadButterfly">
10 <submenu _name="Button"/>
11 </submenu>
12 </effects-menu>
13 </effect>
14 <script>
15 <command reldir="extensions" interpreter="python">MB_EditClickButton.py</command>
16 </script>
17 </inkscape-extension>
18