From: Duncan C. <dun...@us...> - 2005-01-08 16:40:55
|
Update of /cvsroot/gtk2hs/gtk2hs/mogul/Graphics/UI/Gtk/Mogul In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17141/mogul/Graphics/UI/Gtk/Mogul Added Files: NewWidget.hs Log Message: mogul package namespace conversion. --- NEW FILE: NewWidget.hs --- {-# OPTIONS -cpp #-} -- The Monad GUI Library (Mogul): Creation of new widgets. -- -- Author : Axel Simon -- -- Created: 2 June 2001 -- -- Version $Revision: 1.1 $ from $Date: 2005/01/08 16:40:46 $ -- -- Copyright (c) 2001 Axel Simon -- -- This file is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; either version 2 of the License, or -- (at your option) any later version. -- -- This file is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the [...1110 lines suppressed...] -- --newIMMulticontext :: IO iMMulticontext --newIMMulticontext = iMMulticontextNew -- | see 'itemFactoryNew' -- --newItemFactory :: IO ItemFactory --newItemFactory = itemFactoryNew -- | see 'tooltipsNew' -- newTooltips :: IO Tooltips newTooltips = tooltipsNew -- | see 'name' -- newIconFactory :: IO IconFactory newIconFactory = iconFactoryNew |