Gtk2Hs 0.9.11 released
Wednesday, February 28th, 2007Gtk2Hs version 0.9.11 is now available from:
http://haskell.org/gtk2hs/download/
The source tarball and an installer for Windows are available. Packages are available for Gentoo and FreeBSD. Packages for various other platforms should become available soon (hopefully including Fedora, Debian and Darwin).
Changes since 0.9.10:
- works with GHC 6.6 and Gtk+ 2.10.x
- new typed tree/list widget API
- new OpenGL widget added
- new cairo SVG package (for rendering SVG images on cairo surfaces)
- new implementation of the Graphics.SOE API
- new glade tutorial
- many more demo programs (clock, graph, traffic congestion sim, fonts, noughts & crosses, opengl, svg and updated profile viewer and other tree/list demos)
- much smaller binaries (thanks to the ghc ’split objs’ feature)
- many bugs fixed
- new functions for working with the threaded RTS
- various minor documentation improvements