~ubuntu-branches/ubuntu/breezy/libgnomecanvas/breezy

« back to all changes in this revision

Viewing changes to docs/reference/tmpl/gnome-canvas-polygon.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2004-09-13 22:40:39 UTC
  • Revision ID: james.westby@ubuntu.com-20040913224039-giftt9jhvyoorcuv
Tags: upstream-2.8.0
ImportĀ upstreamĀ versionĀ 2.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
GnomeCanvasPolygon
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
Polygon canvas item
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
A canvas item for drawing polygon (multi sided) shapes.
 
10
</para>
 
11
 
 
12
<!-- ##### SECTION See_Also ##### -->
 
13
<para>
 
14
 
 
15
</para>
 
16
 
 
17
<!-- ##### STRUCT GnomeCanvasPolygon ##### -->
 
18
<para>
 
19
This structure should not be accessed directly. Use the object's properties
 
20
for querying or changing its parameters.
 
21
</para>
 
22
 
 
23
 
 
24
<!-- ##### ARG GnomeCanvasPolygon:points ##### -->
 
25
<para>
 
26
Pointer to a #GnomeCanvasPoints structure. This can be created by a
 
27
call to gnome_canvas_points_new().
 
28
</para>
 
29