Document GdkTrapezoid.

2004-12-15  Matthias Clasen  <mclasen@redhat.com>

	* gdk/tmpl/drawing.sgml: Document GdkTrapezoid.
This commit is contained in:
Matthias Clasen
2004-12-15 17:34:54 +00:00
committed by Matthias Clasen
parent 00c5af0a9e
commit ab84f262c8
2 changed files with 16 additions and 7 deletions

View File

@ -1,5 +1,7 @@
2004-12-15 Matthias Clasen <mclasen@redhat.com>
* gdk/tmpl/drawing.sgml: Document GdkTrapezoid.
* gtk/tmpl/gtkcelleditable.sgml:
* gtk/tmpl/gtkcellview.sgml:
* gtk/tmpl/gtktreeviewcolumn.sgml:

View File

@ -298,15 +298,22 @@ function.
<!-- ##### STRUCT GdkTrapezoid ##### -->
<para>
Specifies a trapezpoid for use by the gdk_draw_trapezoids().
The trapezoids used here have parallel, horizontal top and
bottom edges.
</para>
@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
<!-- ##### FUNCTION gdk_draw_glyphs ##### -->
<para>