Update of /cvsroot/htoolkit/gio/src/Graphics/UI
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5356/gio/src/Graphics/UI
Modified Files:
GIO.hs
Log Message:
This is a major rewrite of menu and toolbar support. The main feature
is that the new API provides action based menu and toolbar. The another
advantage is that now the code is more simpler and shorter. The low lever
API is implemented only under Linux for now.
Index: GIO.hs
===================================================================
RCS file: /cvsroot/htoolkit/gio/src/Graphics/UI/GIO.hs,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** GIO.hs 15 Nov 2003 10:34:14 -0000 1.12
--- GIO.hs 12 May 2004 20:42:16 -0000 1.13
***************
*** 27,30 ****
--- 27,31 ----
, module Graphics.UI.GIO.Timer
, module Graphics.UI.GIO.Menu
+ , module Graphics.UI.GIO.Action
, module Graphics.UI.GIO.Layout
, module Graphics.UI.GIO.Controls
***************
*** 45,49 ****
import Graphics.UI.GIO.Timer
import Graphics.UI.GIO.Menu
import Graphics.UI.GIO.Layout
import Graphics.UI.GIO.Controls
! import Graphics.UI.GIO.Process
\ No newline at end of file
--- 46,51 ----
import Graphics.UI.GIO.Timer
import Graphics.UI.GIO.Menu
+ import Graphics.UI.GIO.Action
import Graphics.UI.GIO.Layout
import Graphics.UI.GIO.Controls
! import Graphics.UI.GIO.Process
|