Test Programs.
============== 
The <tests> directory contains several test programs that show you
how to use the newer GTK+ widgets, including action-based menubars
and toolbars, combo boxes, the entry completion widget and the file
chooser widget. The mergemenu program shows you how to merge menu
and toolbar items dynamically in your applications. 

The <tests/core> subdirectory contains several libXFCCore test programs
that show you how to use the G::IOChannel, G::MainLoop and G::SpawnAsync
classes. The <test/core/threads> subdirectory contains several threaded
test programs including a threadpool example. Although simple, these 
programs show you some important thread basics.

The <tests/glade> subdirectory contains four simple example programs that
show you the basics of loading and using widgets defined in Glade XML files.

The test programs are compiled by default but you can disable this by 
passing the "--disable-tests" option to configure. 
