Mercurial > MadButterfly
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/inkscape/MB_EditButton.inx Sat Jan 03 08:43:29 2009 +0800 @@ -0,0 +1,17 @@ +<inkscape-extension> + <name>Edit Button</name> + <id>MadButterfly.EditButton</id> + <dependency type="executable" location="extensions">MB_EditButton.py</dependency> + <dependency type="executable" location="extensions">inkex.py</dependency> + <effect> + <object-type>any</object-type> + <effects-menu> + <submenu _name="MadButterfly"> + <submenu _name="Button"/> + </submenu> + </effects-menu> + </effect> + <script> + <command reldir="extensions" interpreter="python">MB_EditButton.py</command> + </script> +</inkscape-extension>