Name

FileSel —

Synopsis

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 ()

Constructors

fileSelectionNew

Create a new file selection dialog with the given window title.

fileSelectionNew:: String:: IO FileSelection
title

Methods

fileSelectionComplete

Only show files matching pattern.

fileSelectionComplete:: fsel:: String:: IO ()
fselpattern

fileSelectionGetFilename

Get the filename currently selected by the given file selection dialog.

fileSelectionGetFilename:: fsel:: IO String
fsel

fileSelectionHideFileopButtons

Hide the file operation buttons of the given file selection dialog.

fileSelectionHideFileopButtons:: fsel:: IO ()

fileSelectionSetFilename

Set the filename for the given file selection dialog.

fileSelectionSetFilename:: fsel:: String:: IO ()
fselstr

fileSelectionShowFileopButtons

Show the file operation buttons of the given file selection dialog.

fileSelectionShowFileopButtons:: fsel:: IO ()