diff options
author | augustss <augustss@pkgsrc.org> | 2004-11-21 17:46:02 +0000 |
---|---|---|
committer | augustss <augustss@pkgsrc.org> | 2004-11-21 17:46:02 +0000 |
commit | c833217e4c1e85f1357b24426f8acbf27142708a (patch) | |
tree | 0e1ac819fe57c2d53002da5bbb1f9dcd146c34be /x11/wxhaskell/DESCR | |
parent | 86f25f42f148d51ca88de78608a2d3cf48700fa5 (diff) | |
download | pkgsrc-c833217e4c1e85f1357b24426f8acbf27142708a.tar.gz |
Update descriptions a little.
Diffstat (limited to 'x11/wxhaskell/DESCR')
-rw-r--r-- | x11/wxhaskell/DESCR | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/x11/wxhaskell/DESCR b/x11/wxhaskell/DESCR index 03dda7059bb..3fbd50b908a 100644 --- a/x11/wxhaskell/DESCR +++ b/x11/wxhaskell/DESCR @@ -3,8 +3,15 @@ The goal of the project is to provide an industrial strength GUI library for Haskell, but without the burden of developing (and maintaining) one ourselves. -wxHaskell is therefore built on top of wxWidgets ? a comprehensive C++ +wxHaskell is therefore built on top of wxWidgets - a comprehensive C++ library that is portable across all major GUI platforms; including GTK, Windows, X11, and MacOS X. Furthermore, it is a mature library -(in development since 1992) that supports a wide range of widgets with -the native look-and-feel, and it has a very active community. +that supports a wide range of widgets with the native look-and-feel, +and it has a very active community. + +Since the core interface is generated automatically from the wxEiffel +binding, about 90% of the wxWidgets functionality is already +supported, excluding more "exotic" widgets like dockable windows. Most +work is currently directed into writing a Haskellized version of the +wxWidgets API. The library currently supports Windows, GTK (Linux) and +MacOS X. |