Utils.hs revision e5b79e9fe9606fd386dc840ea9f1514e7b9b32b9
{-# OPTIONS -cpp #-}
{-
Module : $Header$
Copyright : (c) C. Maeder, Uni Bremen 2002-2005
Licence : similar to LGPL, see HetCATS/LICENCE.txt or LIZENZ.txt
Maintainer : maeder@tzi.de
Stability : provisional
Portability : non-portable (cpp)
Utilities on top of HTk or System.IO
-}
module GUI.Utils (listBox, createTextSaveDisplay, askFileNameAndSave) where
#ifdef UNI_PACKAGE
import GUI.HTkUtils
#else
import GUI.ConsoleUtils
#endif