Update of /cvsroot/htoolkit/gio/src/Graphics/UI/GIO
In directory sc8-pr-cvs1:/tmp/cvs-serv24942/src/Graphics/UI/GIO
Modified Files:
Types.hs
Log Message:
Export extra Rect related functions
Index: Types.hs
===================================================================
RCS file: /cvsroot/htoolkit/gio/src/Graphics/UI/GIO/Types.hs,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Types.hs 30 May 2003 11:39:08 -0000 1.10
--- Types.hs 1 Jun 2003 15:06:54 -0000 1.11
***************
*** 32,35 ****
--- 32,38 ----
, rectMove
, rectUnion
+ , rectSect
+ , disjointRects
+ , rectsDiff
-- *** Construction
***************
*** 41,45 ****
, left, right, top, bottom
, topLeft, topRight, bottomLeft, bottomRight
! , rectSize
-- * Events
--- 44,50 ----
, left, right, top, bottom
, topLeft, topRight, bottomLeft, bottomRight
! , rectSize, rectIsEmpty, pointInRect, pointToRect
! , centralPoint, centralRect
!
-- * Events
|