Test programs
=============

The following simple test programs exist (with various levels of
sophistication):

	table.py	print all resources of all widgets of a module
	taddtimeout.py	test Xt.AddTimeout()
	taddworkproc.py	test Xt.AddWorkProc()
	tcommand.py	test Motif Command widget
	tconvert.py	test Xt.Convert()
	tdialog.py	play with Motif Dialogs
	tdraw.py	test drawing operations
	test.py		simple test for some Athena widgets
	tev.py		test AddEventHandler() widget method
	tglx.py		test the Glx widget (optional)
	thtml.py	test the HTML widget (optional)
	twoshells.py	test a second top level shell
	types.py	print the types used by a widget set

Note that some tests will only work if you have build an extended
Python with suitable optional modules; e.g. if you have commented out
the Motif line in ../../Setup, then the tests involving Motif (i.e.
those that import Xm) will fail.
