| AutoForms-0.5.0: GUI library based upon generic programming (SYB3) | Contents | Index |
|
Graphics.UI.AF.General.EditFile |
|
|
|
Synopsis |
|
editFile :: (Read t, AutoForm wxAct comH builder satCxt com, Sat (satCxt t), Eq t, Show t, MonadIO builder, MonadIO wxAct, TypePresentation t wxAct comH builder satCxt com) => FilePath -> t -> builder () |
|
|
Documentation |
|
editFile :: (Read t, AutoForm wxAct comH builder satCxt com, Sat (satCxt t), Eq t, Show t, MonadIO builder, MonadIO wxAct, TypePresentation t wxAct comH builder satCxt com) => FilePath -> t -> builder () |
Creates a dialog where the user can edit a value. If possible,
the value is retrieved from a file. It is also possible to store
the value to a file. The file is (de)serialized using readIO and
show.
|
|
Produced by Haddock version 2.0.0.0 |