diff --git a/doc/ChangeLog b/doc/ChangeLog index 199a386bc..4177af65a 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-05-31 Mike Kestner + + * en/Gdk/Rectangle.xml : docs for newly changed Isect and Union. + 2004-05-28 Mike Kestner * Makefile.am : fix disthook diff --git a/doc/en/Gdk/Rectangle.xml b/doc/en/Gdk/Rectangle.xml index 1e195d506..16adda32a 100644 --- a/doc/en/Gdk/Rectangle.xml +++ b/doc/en/Gdk/Rectangle.xml @@ -47,41 +47,6 @@ To be added - - - Method - - System.Boolean - - - - - - - To be added - To be added: an object of type 'Gdk.Rectangle' - To be added: an object of type 'Gdk.Rectangle' - To be added: an object of type 'bool' - To be added - - - - - Method - - System.Void - - - - - - - To be added - To be added: an object of type 'Gdk.Rectangle' - To be added: an object of type 'Gdk.Rectangle' - To be added - - Constructor @@ -180,5 +145,39 @@ To be added + + + Method + + Gdk.Rectangle + + + + + + Obtains the union of a this and another. + a + a representing the union of the two objects. + The result is the smallest that contains both objects within its boundaries. + + + + + Method + + System.Boolean + + + + + + + Obtains the intersection of a this and another. + a + a representing the intersection of this and the src2 + Returns true if the two objects intersect. + The result is the rectangular region occupied by both source rectanlges. + + - \ No newline at end of file +