http://slackware.bholcomb.com/slackware/slackware-11.0/source/xap/xscreensaver/xscree...
[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   <boolean id="lenses" _label="Lenses" arg-set="-lenses"/>
13
14   <hgroup>
15    <number id="pixwidth" type="spinbutton" arg="-pixwidth %"
16            _label="Magnification" low="2" high="100" default="10"/>
17    <number id="pixheight" type="spinbutton" arg="-pixheight %"
18            _label="x" low="2" high="100" default="10"/>
19   </hgroup>
20
21   <hgroup>
22    <number id="pixspacex" type="spinbutton" arg="-pixspacex %"
23            _label="Border Width" low="0" high="10" default="2"/>
24    <number id="pixspacey" type="spinbutton" arg="-pixspacey %"
25            _label="x" low="0" high="10" default="2"/>
26   </hgroup>
27
28   <hgroup>
29    <number id="lensoffsetx" type="spinbutton" arg="-lensoffsetx %"
30            _label="Lens Offset" low="1" high="100" default="5"/>
31    <number id="lensoffsety" type="spinbutton" arg="-lensoffsety %"
32            _label="x" low="1" high="100" default="5"/>
33   </hgroup>
34
35   <xscreensaver-image />
36
37   <_description>
38 Zooms in on a part of the screen and then moves around.  With the
39 "Lenses" option, the result is like looking through many overlapping
40 lenses rather than just a simple zoom.
41
42 Written by James Macnicol; 2001.
43   </_description>
44 </screensaver>