Personal tools

AutoForms

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
m (Add category)
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]]
[[Category:Applications]]
[[Category:Applications]]
[[Category:User interfaces]]
[[Category:User interfaces]]

Revision as of 13:50, 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.

AutoForms Tutorial