annotate 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
rev   line source
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.
wycc@wycc-desktop
parents:
diff changeset
1 <inkscape-extension>
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.
wycc@wycc-desktop
parents:
diff changeset
2 <name>Edit Click button</name>
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.
wycc@wycc-desktop
parents:
diff changeset
3 <id>MadButterfly.EditClickButton</id>
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.
wycc@wycc-desktop
parents:
diff changeset
4 <dependency type="executable" location="extensions">MB_EditClickButton.py</dependency>
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.
wycc@wycc-desktop
parents:
diff changeset
5 <dependency type="executable" location="extensions">inkex.py</dependency>
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.
wycc@wycc-desktop
parents:
diff changeset
6 <effect>
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.
wycc@wycc-desktop
parents:
diff changeset
7 <object-type>any</object-type>
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.
wycc@wycc-desktop
parents:
diff changeset
8 <effects-menu>
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.
wycc@wycc-desktop
parents:
diff changeset
9 <submenu _name="MadButterfly">
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.
wycc@wycc-desktop
parents:
diff changeset
10 <submenu _name="Button"/>
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.
wycc@wycc-desktop
parents:
diff changeset
11 </submenu>
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.
wycc@wycc-desktop
parents:
diff changeset
12 </effects-menu>
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.
wycc@wycc-desktop
parents:
diff changeset
13 </effect>
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.
wycc@wycc-desktop
parents:
diff changeset
14 <script>
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.
wycc@wycc-desktop
parents:
diff changeset
15 <command reldir="extensions" interpreter="python">MB_EditClickButton.py</command>
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.
wycc@wycc-desktop
parents:
diff changeset
16 </script>
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.
wycc@wycc-desktop
parents:
diff changeset
17 </inkscape-extension>
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.
wycc@wycc-desktop
parents:
diff changeset
18