Mercurial > MadButterfly
view inkscape/MB_assignSymbol.inx @ 967:5c013e3cadd0
Provide the facility to stop drawing for massive content update.
To stop drawing screen when doing massive cotent update makes
application more efficient. frameline.stop_drawing() method is called
to stop drawing screen before massive updating. After updating,
start_drawing() and update() should be called to show latest content.
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Thu, 18 Nov 2010 11:37:21 +0800 |
parents | 1d485bf96480 |
children |
line wrap: on
line source
<inkscape-extension> <name>Convert to Symbol</name> <id>MadButterfly.ConvertSymbol</id> <dependency type="executable" location="extensions">AssignSymbol.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> <effect> <object-type>group</object-type> <effects-menu> <submenu _name="MadButterfly"/> </effects-menu> </effect> <script> <command reldir="extensions" interpreter="python">AssignSymbol.py</command> </script> </inkscape-extension>