From: <kr_...@us...> - 2003-04-01 22:46:41
|
Update of /cvsroot/htoolkit/gio/src/Graphics/UI/GIO In directory sc8-pr-cvs1:/tmp/cvs-serv6946/src/Graphics/UI/GIO Modified Files: Events.hs Log Message: Add "off" event to export list Index: Events.hs =================================================================== RCS file: /cvsroot/htoolkit/gio/src/Graphics/UI/GIO/Events.hs,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Events.hs 31 Mar 2003 00:12:06 -0000 1.8 --- Events.hs 1 Apr 2003 22:46:36 -0000 1.9 *************** *** 58,62 **** -- * Event Event ! , on , mapEvent --- 58,62 ---- -- * Event Event ! , on, off , mapEvent |