# $Id: README,v 1.1 1995/07/26 06:11:24 skimu Exp $

XScmTest.ad		Application default file
XScmTest.ad.jp		Application default file (in Japanese environment)
bitmap.scm		Simple bitmap viewer
dic.scm			An dserver client.
list.scm		Example of list widget.
pixmap.scm		Simple xpm viewer.
textentry.scm		Translated from  textentry.c in O'Reilly book.
toggle.scm		Example of toggle widget
tree.scm		Example of tree widget
xcolormap.scm		Display colormap.
xawtest.scm		hello, world!
xmenu7.scm		Translated from  xmenu.c in O'Reilly book.

widget.scm		Macro for create widgets.
widgetex.scm		Macro expander.
xawedit.scm		Simple editor.
xaweditex.scm		Simple editor expanded by the use of widgetex.scm
xawsample.scm

;; 
xcolorselect.scm
xftp.scm
xmandel.scm


1. Place XScmTest in your home (or suitable) directory.

2 Type in command line,
	% scmlit -f <filename>.

or

3.1 Insert #! line at the top of each file as,
    #!/usr/local/bin/scmlit -f
3.2 Make the file executable and run!.
	% chmod +x <filename>
	% ./filename

