ContentsIndex
Graphics.UI.ObjectIO.StdFileSelect
Portabilityportable
Stabilityprovisional
Maintainerka2_mail@yahoo.com
Description
Synopsis
selectInputFile :: ps -> GUI ps (Maybe String, ps)
selectOutputFile :: String -> String -> ps -> GUI ps (Maybe String, ps)
selectDirectory :: ps -> GUI ps (Maybe String, ps)
Documentation
selectInputFile :: ps -> GUI ps (Maybe String, ps)
The selectInputFile function opens a dialog for file selecting and returns the selected file name. If the file doesn't exist, the function shows a popup message box with a warning message.
selectOutputFile :: String -> String -> ps -> GUI ps (Maybe String, ps)
The selectOutputFile function opens a dialog for file selecting and returns the selected file name. If the file already exists, the function shows a popup message box with a warning message.
selectDirectory :: ps -> GUI ps (Maybe String, ps)
The selectDirectory opens a dialog for directory selecting.
Produced by Haddock version 0.7