~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to share/extensions/jessyInk_view.inx

  • Committer: JazzyNico
  • Date: 2011-08-29 20:25:30 UTC
  • Revision ID: nicoduf@yahoo.fr-20110829202530-6deuoz11q90usldv
Code refactoring and merging with trunk (revision 10599).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
 
3
  <_name>View</_name>
 
4
  <id>jessyink.view</id>
 
5
  <dependency type="executable" location="extensions">inkex.py</dependency>
 
6
  <dependency type="executable" location="extensions">jessyInk_view.py</dependency>
 
7
  <param name="tab" type="notebook">
 
8
    <page name="settings" _gui-text="Settings">
 
9
                        <param name="viewOrder" type="int" min="0" max="100" _gui-text="Order:">1</param>
 
10
                        <param name="viewDuration" precision="1" type="float" min="0.1" max="10.0" _gui-text="Duration in seconds:">0.8</param>
 
11
                        <param name="removeView" type="boolean" _gui-text="Remove view">false</param>
 
12
      <_param name="help_text" type="description">Choose order number 0 to set the initial view of a slide.</_param>
 
13
                </page>
 
14
    <page name="help" _gui-text="Help">
 
15
      <_param name="help_text" type="description">This extension allows you to set, update and remove views for a JessyInk presentation. Please see code.google.com/p/jessyink for more details.</_param>
 
16
    </page>
 
17
  </param>
 
18
  <effect>
 
19
    <object-type>rect</object-type>
 
20
      <effects-menu>
 
21
        <submenu _name="JessyInk"/>
 
22
      </effects-menu>
 
23
  </effect>
 
24
  <script>
 
25
    <command reldir="extensions" interpreter="python">jessyInk_view.py</command>
 
26
  </script>
 
27
</inkscape-extension>
 
28