| ||||||||||||||||||||
| ||||||||||||||||||||
| Description | ||||||||||||||||||||
| Standard file selection dialogs. | ||||||||||||||||||||
| Synopsis | ||||||||||||||||||||
| ||||||||||||||||||||
| Documentation | ||||||||||||||||||||
| runDirectoryDialog :: String -> WindowHandle -> IO (Maybe FilePath) | ||||||||||||||||||||
| Runs a dialog to select a directory. Returns Nothing when cancelled. | ||||||||||||||||||||
| runInputFileDialog :: String -> [(String, [String])] -> WindowHandle -> IO (Maybe FilePath) | ||||||||||||||||||||
| Run a dialog to select an input file. Returns Nothing when cancelled. | ||||||||||||||||||||
| runInputFilesDialog :: String -> [(String, [String])] -> WindowHandle -> IO [FilePath] | ||||||||||||||||||||
| Run a dialog to select multiple input files. Returns empty list when canceled. | ||||||||||||||||||||
| runOutputFileDialog :: String -> [(String, [String])] -> FilePath -> WindowHandle -> IO (Maybe FilePath) | ||||||||||||||||||||
| Run a dialog to select an output file. Takes both a dialog title and a suggested filename as arguments. Returns Nothing when cancelled. | ||||||||||||||||||||
| runColorDialog :: WindowHandle -> IO (Maybe Color) | ||||||||||||||||||||
| Run a dialog to select a color. Returns Nothing when cancelled. | ||||||||||||||||||||
| runFontDialog :: WindowHandle -> IO (Maybe FontDef) | ||||||||||||||||||||
| Run a dialog to select a font. Returns Nothing when cancelled. | ||||||||||||||||||||
| runAboutDialog | ||||||||||||||||||||
| ||||||||||||||||||||
| Produced by Haddock version 0.6 |