ftp://netsw.org/x11/tools/desktop/xscreensaver-4.07.tar.gz
[xscreensaver] / hacks / config / whirlygig.xml
index ba4e5887e2229ee0e23d3b26e041f5c41e4041f8..c9af56d394c8075197c7ac5c2668beafd403215c 100644 (file)
             _label="x" low="0.0" high="10.0" default="1.0"/>
   </hgroup>
 
+
   <!-- #### -xmode [change] -->
-  <!-- #### -ymode [change] -->
+
+  <hgroup>
+   <select id="xmode">
+    <option id="random" _label="Random" arg-set=""/>
+    <option id="spin" _label="Spin" arg-set="-xmode spin"/>
+    <option id="funky" _label="Funky" arg-set="-xmode funky"/>
+    <option id="circle" _label="Circle" arg-set="-xmode circle"/>
+    <option id="linear" _label="Linear" arg-set="-xmode linear"/>
+    <option id="test" _label="Test" arg-set="-xmode test"/>
+    <option id="fun" _label="Fun" arg-set="-xmode fun"/>
+    <option id="innie" _label="Innie" arg-set="-xmode innie"/>
+    <option id="lissajous" _label="Lissajous" arg-set="-xmode lissajous"/>
+   </select>
+
+   <select id="ymode">
+    <option id="random" _label="Random" arg-set=""/>
+    <option id="spin" _label="Spin" arg-set="-ymode spin"/>
+    <option id="funky" _label="Funky" arg-set="-ymode funky"/>
+    <option id="circle" _label="Circle" arg-set="-ymode circle"/>
+    <option id="linear" _label="Linear" arg-set="-ymode linear"/>
+    <option id="test" _label="Test" arg-set="-ymode test"/>
+    <option id="fun" _label="Fun" arg-set="-ymode fun"/>
+    <option id="innie" _label="Innie" arg-set="-ymode innie"/>
+    <option id="lissajous" _label="Lissajous" arg-set="-ymode lissajous"/>
+   </select>
+ </hgroup>
+
   <!-- #### -speed [1] -->
-  <!-- #### -trail [0] -->
-  <!-- #### -color_modifier [-1] -->
+  <!-- #### -color_modifier [-1] --> 
   <!-- #### -start_time [-1] -->
   <!-- #### -xoffset [1.0] -->
   <!-- #### -yoffset [1.0] -->
   <!-- #### -offset_period [1] -->
-  <!-- #### -explain [0] -->
-  <!-- #### -wrap [0] -->
+
+  <hgroup>
+   <vgroup>
+    <boolean id="trail" _label="Leave a trail" arg-set="-trail 1"/>
+    <boolean id="explain" _label="Explain modes" arg-set="-explain"/>
+   </vgroup>
+   <vgroup>
+    <boolean id="wrap" _label="Wrap the screen" arg-unset="-wrap 0"/>
+    <boolean id="db" _label="Use Double Buffering" arg-unset="-no-db"/>
+   </vgroup>
+  </hgroup>
 
   <_description>
 Draws zooming chains of sinusoidal spots.  Written by Ashton Trey Belew.