~fyrmir/livewallpaper/example-plugins

« back to all changes in this revision

Viewing changes to range/range.xml

  • Committer: Maximilian Schnarr
  • Date: 2015-01-21 11:49:52 UTC
  • Revision ID: maximilian.schnarr@googlemail.com-20150121114952-ht56hxx0n35c5o2c
Updated example plugins to work with the latest LiveWallpaper version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8" ?>
2
2
<schemalist>
3
3
        <schema id="net.launchpad.livewallpaper.plugins.range" path="/net/launchpad/livewallpaper/plugins/range/">
4
 
                <!-- <lwp:tab name="First Tab"/> -->
5
 
 
6
 
                <key type="(dd)" name="width">
7
 
                        <!-- <range min="-1.0" max="1.0" /> -->
8
 
                        <!-- <lwp:digits>2</lwp:digits> -->
9
 
                        <!-- <lwp:type>range</lwp:type> -->
10
 
                        <default>(0.2,0.7)</default>
11
 
                        <summary>Width</summary>
12
 
                        <description>Width of a red bar</description>
13
 
                </key>
14
 
 
 
4
                <lw:tab name="First Tab">
 
5
                        <key type="(dd)" name="width">
 
6
                                <lw:range min="-1.0" max="1.0" /> <!-- lw:range and not range! -->
 
7
                                <lw:digits>2</lw:digits>
 
8
                                <lw:type>range</lw:type>
 
9
                                <default>(0.2,0.7)</default>
 
10
                                <summary>Width</summary>
 
11
                                <description>Width of a red bar</description>
 
12
                        </key>
 
13
                </lw:tab>
15
14
        </schema>
16
15
</schemalist>