Demos:
------

all-items.G

This file contains an interface generated by the OpenWindows Devguide program 
(a user interface builder) and may be translated to LispView using GLV
which can be found in ../guide/guide.sbin.  To run the translator type:
(load "../guide/guide")  (make-instance 'guide:glv).
Type in the directory name and on the Interface Name input field (of the GLV
window) type: all-items.  Then press "Convert", "Load" and "Eval"

guide-demo-script

Documents, in detail, how to run a few demos showing integration with
Devguide.


spirals - directory, contains a simple line drawing demo

For a demo type: (load "spirals/spirals")  (make-instance 'demo:line-demo)
Mouse left and drag in the display area to specify the size and orientation 
of a spiral.  You can select a different backround to clear the display.


tree-fractals.lisp

For a demo type: (load "tree-fractals")  (make-instance 'demo:tree-fractals)
This program uses draw-line to produce a tree fractal with dimensions specified
in the property sheet.  The base window may be resized to your choice.  Click
the MENU (right) button to display the property sheet.


scrolling-list-demo.lisp

A sample program using images and strings in a scrolling list.
For a demo type: (load "scrolling-list-demo")  (demo:scrolling-list-demo)


text-demo.lisp

Demonstrates the use of keyboard focus to echo characters in a window.
For a demo type: (load "text-demo")  (make-instance 'demo:text-demo)
Click SELECT [left mouse button] on a line, type some words and press RETURN.
All the lines will be substituted with your new text.


ged.lisp

A simple graphical editor.
For a demo type: (load "ged") (make-instance 'demo:ged)


All the demo icons are a light blue color.  Only the tree-fractals and
spirals demos use a unique image for their icons.
