comparison inkscape/MB_EditButton.inx @ 248:1958bb2a87a2

* Check if the selected element is a group ot not. A symbol or button must be a group. * Reimplement the button editor. We will use another instance of the inkscape to edit the content of a button.
author wycc
date Sat, 03 Jan 2009 08:43:29 +0800
parents
children
comparison
equal deleted inserted replaced
247:d9a78c859660 248:1958bb2a87a2
1 <inkscape-extension>
2 <name>Edit Button</name>
3 <id>MadButterfly.EditButton</id>
4 <dependency type="executable" location="extensions">MB_EditButton.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_EditButton.py</command>
16 </script>
17 </inkscape-extension>