This is a Tk program that shows how to use the tclIPC library.
tkmain is an altered wish main.c and tclmain.c shows show to intercept
connections and use the Tk library to receive events on those connections.

To make the test program edit the TclDir and TkDir to point to your
Tk and Tcl distribution base directories.

Set CC to your c compiler.

Type make.

To run the program type:
  test

At the prompt type:
  source main.tcl

When finished, type "quit" at the wish prompt.

-------
With tk2.2 the text in the output area is centered in the message box.
