This directory contains demo programs. For now, those programs are direct
translation of Tcl demos programs or source codes found on the net.

If you want to ru a demo BEFORE a complete package installation, you must 
set your current directory to the Demos directory and set the shell 
variable STK_LIBRARY to "../Lib". This can be done
	with sh
	   $ STK_LIBRARY=../Lib; export STK_LIBRARY
	with csh
	   % setenv STK_LIBRARY ../Lib

------------------------------------------------------------------------------
       File: browse.stk
Description: a simple Unix file browser 
        Run: ../Src/stk -f browse.stk
       Exit: Type ^C to destroy a browser
------------------------------------------------------------------------------
       File: colormap.stk
Description: a simple color builder
        Run: ../Src/stk -f colormap.stk
       Exit: On exit, the RGB value is printed on the sandard output
------------------------------------------------------------------------------
       File: small-ed.stk
Description: A small editor to create enhanced text (used for Help page 
	     construction)
        Run: ../Src/stk -f smal-ed.stk
------------------------------------------------------------------------------
       File: hanoi.stk
Description: Hanoi towers animation
        Run: ../Src/stk -f hanoi.stk
------------------------------------------------------------------------------
       File: hello.stk
Description: a simple button demonstration
        Run: ../Src/stk -f hello.stk
------------------------------------------------------------------------------
       File: showvars.stk
Description: a variable shower
        Run: ../Src/stk -load colormap.stk 
	     This program shows the value of three variables (named a,b and)
	     Changing the value of one of these vars (with a set! for
	     instance)	will redisplay its new value immediatly
       Exit: type (exit) on the STk prompt
------------------------------------------------------------------------------
       File: turtle.stk
Description: a Logo turtle package + some demo functions.
        Run: ../Src/stk -f turtle.stk
------------------------------------------------------------------------------
       File: widget.stk
Description: A tour of the Tk widgets. This demo shows all the Tk widgets 
        Run: ../Src/stk -f widget.stk
