AutoForms-0.5.0: GUI library based upon generic programming (SYB3)ContentsIndex
Graphics.UI.AF.CForm.CFormImplementation
Description
An implementation of the AutoForm class for consoles (text-only)
Synopsis
class (Data GCFormD a, GInstanceCreator a, Show a, Read a, TypePresentation a IO Com' Identity GCFormD Com, Eq a) => GCForm a
data GCFormD a
consoleParentProxy :: Parent ()
data Com a = Com PriLabel Int -> PriLabel -> IO a
type Parent = Identity
data Com' a
Documentation
class (Data GCFormD a, GInstanceCreator a, Show a, Read a, TypePresentation a IO Com' Identity GCFormD Com, Eq a) => GCForm a
data GCFormD a
The dictionary type for the GCForm class
show/hide Instances
AutoForm IO Com' Identity SatCxt Com
GCForm a => Sat (GCFormD a)
consoleParentProxy :: Parent ()
A Parent type proxy
data Com a
Component parameter for the console instance of AutoForm
Constructors
Com PriLabel Int -> PriLabel -> IO a
show/hide Instances
type Parent = Identity
Parent parameter for the console instance of AutoForm
data Com' a
show/hide Instances
Produced by Haddock version 2.0.0.0