Update of /cvsroot/htoolkit/gio/src/Graphics/UI/GIO
In directory sc8-pr-cvs1:/tmp/cvs-serv3797/src/Graphics/UI/GIO
Modified Files:
ToolBar.hs Types.hs
Log Message:
In GIO the PositionType should be exported from Types module instead of ToolBar
Index: ToolBar.hs
===================================================================
RCS file: /cvsroot/htoolkit/gio/src/Graphics/UI/GIO/ToolBar.hs,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ToolBar.hs 23 Aug 2003 11:05:59 -0000 1.5
--- ToolBar.hs 23 Aug 2003 11:43:02 -0000 1.6
***************
*** 20,24 ****
, ToolDropDownButton, toolDropDownButtonAt, toolDropDownButton
, ToolLine, toolLineAt, toolLine
- , PositionType(..)
) where
--- 20,23 ----
***************
*** 28,32 ****
import Graphics.UI.GIO.Menu
import qualified Graphics.UI.Port as Lib
- import Graphics.UI.Port(PositionType(..))
--------------------------------------------------------------------
--- 27,30 ----
Index: Types.hs
===================================================================
RCS file: /cvsroot/htoolkit/gio/src/Graphics/UI/GIO/Types.hs,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Types.hs 8 Jul 2003 20:36:26 -0000 1.14
--- Types.hs 23 Aug 2003 11:43:02 -0000 1.15
***************
*** 65,68 ****
--- 65,71 ----
-- * Document interface
, DocumentInterface(..)
+
+ -- * PositionType
+ , PositionType(..)
-- * Render
|