AutoForms-0.5.0: GUI library based upon generic programming (SYB3)ContentsIndex
AutoForms-0.5.0: GUI library based upon generic programming (SYB3)

AutoForms is a library to ease the creation of Graphical User Interfaces (GUI). It does this by using generic programming to construct GUI components.

The AutoForms user creates an ordinary algebraic data type (ADT), which should reflect the data model of an application. From this ADT AutoForms automatically constructs a GUI component, by using the structure and identifiers of the ADT. To facilitate this construction, AutoForms uses the 'Scrap your boilerplate' approach to generic programming.

This component can be displayed using WxHaskell or by an AutoForms custom monad called WxM. The first facilitates that people who already knows WxHaskell quickly will be able to make GUIs. The second is our attempt at a more type-safe and easier to use GUI toolkit.

Modules
show/hideGraphics
show/hideUI
show/hideAF
Graphics.UI.AF.AFWx
show/hideCForm
Graphics.UI.AF.CForm.CForm
Graphics.UI.AF.CForm.CFormAll
Graphics.UI.AF.CForm.CFormImplementation
show/hideGraphics.UI.AF.General
Graphics.UI.AF.General.AutoForm
Graphics.UI.AF.General.CustomTypes
Graphics.UI.AF.General.Dialog
Graphics.UI.AF.General.EditFile
Graphics.UI.AF.General.InstanceCreator
Graphics.UI.AF.General.Misc
Graphics.UI.AF.General.MySYB
Graphics.UI.AF.General.PriLabel
Graphics.UI.AF.PolyCommand
show/hideGraphics.UI.AF.WxForm
Graphics.UI.AF.WxForm.ComIO
Graphics.UI.AF.WxForm.WxList
Graphics.UI.AF.WxForm.WxSet
Graphics.UI.AF.WxFormAll
Produced by Haddock version 2.0.0.0