From: <kr_...@us...> - 2003-08-12 20:10:46
|
Update of /cvsroot/htoolkit/gio/src/Graphics/UI/GIO In directory sc8-pr-cvs1:/tmp/cvs-serv15294/src/Graphics/UI/GIO Modified Files: CommonDialogs.hs Log Message: comments Index: CommonDialogs.hs =================================================================== RCS file: /cvsroot/htoolkit/gio/src/Graphics/UI/GIO/CommonDialogs.hs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** CommonDialogs.hs 2 May 2003 06:35:30 -0000 1.4 --- CommonDialogs.hs 12 Aug 2003 17:38:12 -0000 1.5 *************** *** 40,45 **** runInputFileDialog title filter mb_owner = Lib.runInputFileDialog title filter (getWHandle mb_owner) ! -- | Run a dialog to select an input file. Returns 'Nothing' when cancelled. ! runInputFilesDialog :: String -- ^ The dialog title -> [(String,[String])] -- ^ Filter for acceptable file types. The filter is a -- list of pairs where the first element of pair is a --- 40,45 ---- runInputFileDialog title filter mb_owner = Lib.runInputFileDialog title filter (getWHandle mb_owner) ! -- | Run a dialog to select one or more input files. Returns empty list when cancelled. ! runInputFilesDialog :: String -- ^ The dialog title -> [(String,[String])] -- ^ Filter for acceptable file types. The filter is a -- list of pairs where the first element of pair is a |