flconvert (C) Copyright 1999 by Kevin P. Dahlhausen
--------------------------------------------------------------
This software is licensed under the GNU General Public License.
See the file COPYING in the main directory for more information.


This program converts a GUI designed with Fluid into wrapper source
code.  It currently generates Python code. 

Usage:

	flconvert  -o <outputfile> <inputfile>
or even:
	cat <inputfile> | flconvert -s | python


See notes for implementation details including information on writing
other code generators.









