annotate inkscape/MB_button_select_normal.inx @ 242:d3fe0a0f3a8b

Implement MBApp API and modify the dynamic example to use this API.
author wycc
date Wed, 31 Dec 2008 22:37:21 +0800
parents ad5c7a5c2c39
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 Normal 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.EditNormalButton</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_EditNormalButton.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_EditNormalButton.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