Difference between revisions of "WxHaskell/Documentation"
From HaskellWiki
m |
(Reverted changes by Robinsonolivia (spam)) |
||
Line 8: | Line 8: | ||
: The documentation of the wxWidgets library itself is invaluable when writing more advanced applications. On windows you can find the documentation in ''html help'' format in the download section – this is a particularly convenient way to browse the documentation. | : The documentation of the wxWidgets library itself is invaluable when writing more advanced applications. On windows you can find the documentation in ''html help'' format in the download section – this is a particularly convenient way to browse the documentation. | ||
; [[WxHaskell/Quickstart|Quick start]] | ; [[WxHaskell/Quickstart|Quick start]] | ||
− | : A | + | : A guide that gets you started with wxHaskell quickly. |
; [[WxHaskell/FAQ|Faq]] | ; [[WxHaskell/FAQ|Faq]] | ||
: Frequently asked questions. | : Frequently asked questions. | ||
; [http://www.cs.uu.nl/~daan/pubs.html#wxhaskell Article] | ; [http://www.cs.uu.nl/~daan/pubs.html#wxhaskell Article] | ||
− | : An article | + | : An article about the design of wxHaskell, published in the proceedings of the Haskell workshop 2004.<br /> |
:PDF file: [http://legacy.cs.uu.nl/daan/download/papers/wxhaskell.pdf wxHaskell - A portable and concise GUI library for Haskell]. | :PDF file: [http://legacy.cs.uu.nl/daan/download/papers/wxhaskell.pdf wxHaskell - A portable and concise GUI library for Haskell]. | ||
; [[WxHaskell/License|License]] | ; [[WxHaskell/License|License]] |
Revision as of 14:31, 25 July 2010
Documentation
(All of the following links are cheap to follow)
- wxHaskell
- The haddock generated documentation of the wxHaskell libraries. You can browse some wxHaskell examples in the darcs repository. Documentation and samples are also distributed as a single zip file on the download page.
- wxWidgets
- The documentation of the wxWidgets library itself is invaluable when writing more advanced applications. On windows you can find the documentation in html help format in the download section – this is a particularly convenient way to browse the documentation.
- Quick start
- A guide that gets you started with wxHaskell quickly.
- Faq
- Frequently asked questions.
- Article
- An article about the design of wxHaskell, published in the proceedings of the Haskell workshop 2004.
- PDF file: wxHaskell - A portable and concise GUI library for Haskell.
- License
- Describes the licensing conditions of wxHaskell.
- wxHaskell mailing lists
- Mailing lists about wxHaskell
- wxHaskell Wiki
- A Wiki site for wxHaskell where everyone can add useful content, like hints, articles, example programs etc.