
This plug-in will use libglade which is a library (written by James Henstridge
<james@daa.com.au>) which allows to load (at run-time !) windows definitions
created by Glade.

Mini history:

 * Sat, 24 Apr 1999 22:04:11 +0200

It doesn't work right now because glade only allows you to create a window as
the toplevel widgets in a description and that libglade was created that way
and since I don't want a window as root but something like a {h,v}box (and
others, notebooks, fixed, ...) this is a major issue.

 * Sun, 25 Apr 1999 20:02:02 +0200

Well ... this _was_ a major issue there is now a ugly hack in my code to fix
(temporary (I hope)) the problem but this doesn't resolve an other problem I
wasn't aware before : you can't have more than one GladeXML widget :(


 * Sat, 25 Nov 2000 12:44:23 +0100

This is all well and done; everything is working properly now; look at
desc.gabyglade to learn about the way to use this plug-in

