The GFC widget demonstration program
====================================
The gfc-demo subdirectory contains the widget demonstration
program gfc-demo. This program is a C++ translation of the 
GTK+ demonstration program gtk-demo that is wriiten in C and
comes with the GTK+ source code. 

gfc-demo looks and behaves exactly like gtk-demo. It is not
meant to be an example of good C++ program design. Its purpose
is to show you examples of the many widgets that available in
the GTK+ library and to show you how to use them using the GFC
API.
