FileSel —
fileSelectionNew:: String -> IO FileSelection |
fileSelectionComplete:: FileSelectionClass fsel => fsel -> String -> IO () |
fileSelectionGetFilename:: FileSelectionClass fsel => fsel -> IO String |
fileSelectionHideFileopButtons:: FileSelectionClass fsel => fsel -> IO () |
fileSelectionSetFilename:: FileSelectionClass fsel => fsel -> String -> IO () |
fileSelectionShowFileopButtons:: FileSelectionClass fsel => fsel -> IO () |
Only show files matching pattern.
| fileSelectionComplete | :: fsel | :: String | :: IO () |
| fsel | pattern |
Get the filename currently selected by the given file selection dialog.
| fileSelectionGetFilename | :: fsel | :: IO String |
| fsel |
Hide the file operation buttons of the given file selection dialog.
| fileSelectionHideFileopButtons | :: fsel | :: IO () |