view 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
line wrap: on
line source

<inkscape-extension>
    <name>Edit Click button</name>
    <id>MadButterfly.EditClickButton</id>
	<dependency type="executable" location="extensions">MB_EditClickButton.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_EditClickButton.py</command>
    </script>
</inkscape-extension>