blob: f7f0a3b7370d434e73ad104af9b405122684dc23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Gtk2Hs is a GUI library for Haskell based on Gtk+. Gtk+ is an extensive and
mature multi-platform toolkit for creating graphical user interfaces.
Gtk2Hs features:
* Automatic memory management.
* Nearly complete coverage of the Gtk+ API.
* Unicode support.
* Extensive reference documentation.
* Support for several related GtK+ and Gnome modules:
o the cairo vector graphics library.
o rendering of SVG images using cairo (via librsvg)
o GConf for storing application preferences.
o SourceView, an editor widget with syntax highlighting.
o the Mozilla browser rendering engine in a Gtk+ widget
WWW: http://projects.haskell.org/gtk2hs/
|