1 <?xml version="1.0" encoding="ISO-8859-1"?>
3 <screensaver name="blinkbox" _label="BlinkBox">
7 <number id="delay" type="slider" arg="-delay %"
8 _label="Speed" _low-label="Fast" _high-label="Slow"
9 low="0" high="50000" default="30000"/>
11 <number id="boxsize" type="spinbutton" arg="-boxsize %"
12 _label="Box Size" low="1" high="8" default="2"/>
15 <boolean id="fade" _label="Fade" arg-unset="-no-fade"/>
16 <boolean id="blur" _label="Motion Blur" arg-unset="-no-blur"/>
19 <boolean id="dissolve" _label="Dissolve" arg-set="-dissolve"/>
20 <boolean id="wire" _label="Wireframe" arg-set="-wireframe"/>
24 Shows a ball contained inside of a bounding box.
25 Colored blocks blink in when the ball hits the edges.
26 Written by Jeremy English.