Update of /cvsroot/htoolkit/gio/src/Graphics/UI/GIO
In directory sc8-pr-cvs1:/tmp/cvs-serv24947/src/Graphics/UI/GIO
Modified Files:
Events.hs
Log Message:
fix export list
Index: Events.hs
===================================================================
RCS file: /cvsroot/htoolkit/gio/src/Graphics/UI/GIO/Events.hs,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Events.hs 14 Apr 2003 17:57:31 -0000 1.10
--- Events.hs 14 Apr 2003 20:40:37 -0000 1.11
***************
*** 68,72 ****
-- ** Reactive
, Reactive
! , mouse, keyboard
-- ** Form
--- 68,72 ----
-- ** Reactive
, Reactive
! , mouse, keyboard, contextMenu
-- ** Form
***************
*** 98,104 ****
, downKey,upKey,leftKey,rightKey
- -- * Context menu
- , contextMenu
-
-- * Internal
-- ** Standard events
--- 98,101 ----
|