packages feed

AutoForms-0.4.0: src/Graphics/UI/AF/General.hs

-- |General functionality for all AutoForms instances
module Graphics.UI.AF.General
    ( module Graphics.UI.AF.General.AutoForm
    , module Graphics.UI.AF.General.CustomTypes
    , module Graphics.UI.AF.General.Dialog
    , module Graphics.UI.AF.General.EditFile
    , module Graphics.UI.AF.General.InstanceCreator
    , module Graphics.UI.AF.General.Misc
    , module Graphics.UI.AF.General.MySYB
    , module Graphics.UI.AF.General.PriLabel
    )
where

import Graphics.UI.AF.General.AutoForm
import Graphics.UI.AF.General.CustomTypes
import Graphics.UI.AF.General.Dialog
import Graphics.UI.AF.General.EditFile
import Graphics.UI.AF.General.InstanceCreator
import Graphics.UI.AF.General.Misc
import Graphics.UI.AF.General.MySYB
import Graphics.UI.AF.General.PriLabel