	New Intuition Features -- Demos and Examples

There are several programs in this directory.  Here's an explanation
of the files that build the programs, with an explanation of each.
The makefile determines exactly how the programs are built.

custom gadgets (cg)
	cgmain.c	- example program which uses a DialGadget
	dialgadget.c	- code which implements DialGadgets

public screens (ps)
	psmain.c	- public screen manager demo main.  Uses
			  utility routines to lay out a font-sensitive
			  user interface.  Needs enhancement to be
			  resolution sensitive.
	pubsc.c		- interface to new Intuition public screen functions
	pubsc.h		- some friendly enum's

new screen modes (sc)
	scdemo.c	- opens a whole lot of screens using new methods

custom string gadgets  (str)
	str.c		- customer of string gadgets with custom editing
			  and tab-between
	strhooks.c	- code which implements custom string editing

user-interface tools
	button.c	- creates on/off state gadget items
	commgad.c	- creates boolean command gadgets
	strgad.c	- creates string gadgets, incl. custom hooks
	strgad.h
	igadgets.c	- lower level gadget creation for above routines
	ellipse.c	- a quick ellipse image generator
	images.c	- manage images and point rastports at them
	textmsg.c	- a read-only text message area
	tmsg.h		

general support
	hookface.asm	- hook-to-Aztec C interface code
	istub.asm	- new Intuition library call interface stubs

