AutoForms
From HaskellWiki
(Difference between revisions)
m |
m |
||
| Line 1: | Line 1: | ||
[http://autoforms.sourceforge.net AutoForms] is a library to ease the creation of Graphical User Interfaces (GUI). It does this by using generic programming to construct GUI components. | [http://autoforms.sourceforge.net AutoForms] is a library to ease the creation of Graphical User Interfaces (GUI). It does this by using generic programming to construct GUI components. | ||
| - | [[AutoForms Tutorial]] | + | [[AutoForms/Tutorial]] |
[[Category:Applications]] | [[Category:Applications]] | ||
[[Category:User interfaces]] | [[Category:User interfaces]] | ||
Revision as of 14:16, 12 August 2007
AutoForms is a library to ease the creation of Graphical User Interfaces (GUI). It does this by using generic programming to construct GUI components.
