Fnorb Tkinter example.

The files for this example are located in the examples/tkinter
directory, the following instructions assume that you are in that
directory and have a working Fnorb installation.

1. Create the Stub and Skeleton Modules
   Type in:
   $ fnidl TicToc.idl

2. Start the Server
   Type in:
   $ python server.py

Note that at this point you can use the server as a normal tk application.
You can also do this after calls have been made to it by a client. This
can be shown by commenting out the call to server.quit() in client.py.

3. Run the Client
   Open up another window and type:
   $ python client.py

To shutdown the server, assuming the above change has been made, simply
close the tk window in the normal way.

