diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index e8b63c1d86..1fe5c485e5 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,7 @@ 2004-12-15 Matthias Clasen + * gdk/tmpl/drawing.sgml: Document GdkTrapezoid. + * gtk/tmpl/gtkcelleditable.sgml: * gtk/tmpl/gtkcellview.sgml: * gtk/tmpl/gtktreeviewcolumn.sgml: diff --git a/docs/reference/gdk/tmpl/drawing.sgml b/docs/reference/gdk/tmpl/drawing.sgml index 87475aeeee..889bac126d 100644 --- a/docs/reference/gdk/tmpl/drawing.sgml +++ b/docs/reference/gdk/tmpl/drawing.sgml @@ -298,15 +298,22 @@ function. - +Specifies a trapezpoid for use by the gdk_draw_trapezoids(). +The trapezoids used here have parallel, horizontal top and +bottom edges. -@y1: -@x11: -@x21: -@y2: -@x12: -@x22: +@x1: the x coordinate of the start point. +@y1: the y coordinate of the start point. +@x2: the x coordinate of the end point. +@y2: the y coordinate of the end point. + +@y1: the y coordinate of the top edge +@x11: the x coordinate of the top left corner +@x21: the x coordinate of the top right corner +@y2: the y coordinate of the bottom edge +@x12: the x coordinate of the bottom left corner +@x22: the x coordinate of the bottom right corner