Changed directory structure.
[vlp.git] / doc / html / gui2.html
diff --git a/doc/html/gui2.html b/doc/html/gui2.html
new file mode 100644 (file)
index 0000000..45f3b2b
--- /dev/null
@@ -0,0 +1,22 @@
+<HTML>
+<HEAD></HEAD>
+<BODY>
+<B> GUI constants and variables </B>
+<HR>
+<B>Colors:</B><BR>
+<PRE>
+ c_white,c_yellow,c_rose,c_red,
+ c_turq,c_green,c_blue,c_darkgrey,
+ c_lightgrey,c_brown,c_violet, c_darkred,
+ c_darkturq,c_darkgreen,c_darkblue,
+ c_black;
+</PRE>
+<B> Variables:</B>
+<UL>
+<LI> cursor_x - X position of the graphic cursor
+<LI> cursor_y - Y position of the graphic cursor
+</UL>
+<HR>
+<A HREF="index.html"> Return to Index </A>
+</BODY>
+</HTML>