WxGeneric

From HaskellWiki
Revision as of 20:38, 13 April 2009 by M (talk | contribs)
Jump to navigation Jump to search


The WxGeneric library constructs widgets generically, using SYB3.

Links

Download and Install

Before installing WxGeneric you need:

You can get the sources either from hackage or from WxGeneric's Darcs repository:

darcs get http://code.haskell.org/WxGeneric/

After getting the sources do:

cd WxGeneric
runhaskell Setup clean
runhaskell Setup configure --user --prefix=$HOME
runhaskell Setup build
runhaskell Setup install

Then you is ready to try the examples, see <path to WxGeneric>/examples.

Author

The author of this library is Mads Lindstrøm. Feel free to contact me with questions, ideas, or comments.