home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Linux / Libs / guile-gtk-0_10.README < prev    next >
Text File  |  1998-11-04  |  847b  |  20 lines

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