README for guile-gtk version 0.10
*********************************
This is some glue code to make Gtk accessible from Guile. New
versions of this package will be available from
http://www.ping.de/sites/zagadka/guile-gtk/
I tried hard to make this as generic as possible. As a result, it
should be easy to extend it to new widgets and other Gtk extensions.
It might even be possible to use some of this code for wrapping
completely different C libraries, but that was not my goal.
To somewhat unify the different high-level language bindings (such as
the ones for Perl, Python, Objective C, maybe Java, etc.) I tried to
collect the salient bits of the Gtk API into a formal description.
You should be able to generate large parts of the language specific
glue code from it. Unfortunately, this formal description hasn't
stabilized yet.