This directory contains various bits of documentation which I am collecting...  As well as
the automatically generated class documentation.

Hand written documentation is located in the 'html' directory.
Automatically generated HTML documentation is located in the 'autohtml' directory.
Man files are located in the 'man/man3' directory; they will be installed with the FOXEX
library, when you run 'make install'.


What we have so far:
--------------------
eventloop.txt
	details on the FXApp eventloop

example.txt
	an example of why the FOX event mechanism is such a good way of creating
	an event mechanism.

plugin-1/2
	two examples of using dynamic loading - so that you can create plugin's

We need:
--------
- how dow we use the 'flags' variable?
- calling create() more than once is ok (I think...)

