http://www.tienza.es/crux/src/www.jwz.org/xscreensaver/xscreensaver-5.06.tar.gz
[xscreensaver] / hacks / config / zoom.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2
3 <screensaver name="zoom" _label="Zoom">
4
5   <command arg="-root"/>
6
7   <number id="delay" type="slider" arg="-delay %"
8           _label="Speed" _low-label="Slow" _high-label="Fast"
9           low="0" high="20000" default="10000"
10           convert="invert"/>
11
12   <number id="duration" type="slider" arg="-duration %"
13           _label="Duration" _low-label="10 seconds" _high-label="10 minutes"
14           low="10" high="600" default="120"/>
15
16   <boolean id="lenses" _label="Lenses" arg-set="-lenses"/>
17
18   <hgroup>
19    <number id="pixwidth" type="spinbutton" arg="-pixwidth %"
20            _label="Magnification" low="2" high="100" default="10"/>
21    <number id="pixheight" type="spinbutton" arg="-pixheight %"
22            _label="x" low="2" high="100" default="10"/>
23   </hgroup>
24
25   <hgroup>
26    <number id="pixspacex" type="spinbutton" arg="-pixspacex %"
27            _label="Border Width" low="0" high="10" default="2"/>
28    <number id="pixspacey" type="spinbutton" arg="-pixspacey %"
29            _label="x" low="0" high="10" default="2"/>
30   </hgroup>
31
32   <hgroup>
33    <number id="lensoffsetx" type="spinbutton" arg="-lensoffsetx %"
34            _label="Lens Offset" low="1" high="100" default="5"/>
35    <number id="lensoffsety" type="spinbutton" arg="-lensoffsety %"
36            _label="x" low="1" high="100" default="5"/>
37   </hgroup>
38
39   <xscreensaver-image />
40
41   <_description>
42 Zooms in on a part of the screen and then moves around.  With the
43 "Lenses" option, the result is like looking through many overlapping
44 lenses rather than just a simple zoom.
45
46 Written by James Macnicol; 2001.
47   </_description>
48 </screensaver>