Source code
Contents
Index
FileDialog
Description
HTk's
file dialog box
.
Synopsis
fileDialog
:: String -> FilePath -> IO (
Event
(Maybe FilePath))
Documentation
fileDialog
:: String
the window title of the file dialog box.
-> FilePath
the filepath to browse.
-> IO (
Event
(Maybe FilePath))
An event (returning the selected FilePath if available) that is invoked when the file dialog is finished.
Opens a file dialog box.
Produced by
Haddock
version 0.3