home *** CD-ROM | disk | FTP | other *** search
/ tusportal.tus.k12.pa.us / tusportal.tus.k12.pa.us.tar / tusportal.tus.k12.pa.us / Wyse / latest-image.raw / 0.img / etc / xscreensaver / pipes.xml < prev    next >
Extensible Markup Language  |  2010-05-11  |  1KB  |  42 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="pipes" _label="Pipes">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <number id="delay" type="slider" arg="-delay %"
  8.           _label="Frame rate" _low-label="Low" _high-label="High"
  9.           low="0" high="100000" default="10000"
  10.           convert="invert"/>
  11.  
  12.   <number id="cycles" type="slider" arg="-cycles %"
  13.           _label="Number of pipes" _low-label="One" _high-label="A hundred"
  14.           low="1" high="100" default="5"/>
  15.  
  16.   <number id="size" type="slider" arg="-size %"
  17.           _label="Pipe length" _low-label="Short" _high-label="Long"
  18.           low="0" high="3000" default="500"/>
  19.  
  20.   <number id="factory" type="slider" arg="-factory %"
  21.           _label="Gadgetry" _low-label="None" _high-label="Lots"
  22.           low="0" high="10" default="2"/>
  23.  
  24.   <hgroup>
  25.    <boolean id="fisheye" _label="Fisheye lens" arg-unset="-no-fisheye"/>
  26.    <boolean id="tight"   _label="Allow tight turns" arg-set="-tightturns"/>
  27.   <select id="style">
  28.     <option id="curves" _label="Curved pipes"   arg-set="-count 0"/>
  29.     <option id="balls"  _label="Ball joints"    arg-set="-count 1"/>
  30.     <option id="fit"    _label="Bolted fittings"/>
  31.   </select>
  32.  
  33.   </hgroup>
  34.    <boolean id="showfps" _label="Show frame rate" arg-set="-fps"/>
  35.  
  36.   <_description>
  37. A growing plumbing system, with bolts and valves.
  38.  
  39. Written by Marcelo Vianna; 1997.
  40.   </_description>
  41. </screensaver>
  42.