This directory contains sample SLgtk code.  To a large extent this is an
S-Lang mirror of the testgtk "application" within the Gtk distribution,
and in fact much of the S-Lang code was generated directly from testgtk.c
(in Gtk version 1.x, with suitable updates for Gtk 2.x) by the simple-minded
../admin/c2slang.sh script.

The demo is provided to show the variety of means by which Gtk, Gdk, GObject,
and Glib may be used in S-Lang code.  The simplest way to run the demo is
to type either

	../slirp/slsh main.sl
or
	../src/slgtk-demo [option(s)]

after configuring and building the SLgtk distribution.

The --auto option will cause the demo to cycle through the entire suite,
raising and lowering each example window.

This is also used as a test tool, so don't be surprised if you see
debugging statements emitted to the launching terminal.
