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

« back to all changes in this revision

Viewing changes to docs/reference/xml/gnome-canvas-polygon.xml

  • 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
<refentry id="GnomeCanvasPolygon">
 
2
<refmeta>
 
3
<refentrytitle>GnomeCanvasPolygon</refentrytitle>
 
4
<manvolnum>3</manvolnum>
 
5
<refmiscinfo>LIBGNOMECANVAS Library</refmiscinfo>
 
6
</refmeta>
 
7
 
 
8
<refnamediv>
 
9
<refname>GnomeCanvasPolygon</refname><refpurpose>Polygon canvas item</refpurpose>
 
10
</refnamediv>
 
11
 
 
12
<refsynopsisdiv><title>Synopsis</title>
 
13
 
 
14
<synopsis>
 
15
 
 
16
#include &lt;libgnomecanvas/libgnomecanvas.h&gt;
 
17
 
 
18
 
 
19
struct      <link linkend="GnomeCanvasPolygon-struct">GnomeCanvasPolygon</link>;
 
20
 
 
21
</synopsis>
 
22
</refsynopsisdiv>
 
23
 
 
24
<refsect1>
 
25
<title>Object Hierarchy</title>
 
26
<synopsis>
 
27
 
 
28
  <link linkend="GObject">GObject</link>
 
29
   +----<link linkend="GtkObject">GtkObject</link>
 
30
         +----<link linkend="GnomeCanvasItem">GnomeCanvasItem</link>
 
31
               +----<link linkend="GnomeCanvasShape">GnomeCanvasShape</link>
 
32
                     +----GnomeCanvasPolygon
 
33
</synopsis>
 
34
 
 
35
</refsect1>
 
36
 
 
37
 
 
38
 
 
39
 
 
40
 
 
41
<refsect1>
 
42
<title>Properties</title>
 
43
<synopsis>
 
44
 
 
45
  &quot;<link linkend="GnomeCanvasPolygon--points">points</link>&quot;               <link linkend="GnomeCanvasPoints">GnomeCanvasPoints</link>     : Read / Write
 
46
</synopsis>
 
47
</refsect1>
 
48
 
 
49
 
 
50
 
 
51
<refsect1>
 
52
<title>Description</title>
 
53
<para>
 
54
A canvas item for drawing polygon (multi sided) shapes.
 
55
</para>
 
56
</refsect1>
 
57
 
 
58
<refsect1>
 
59
<title>Details</title>
 
60
<refsect2>
 
61
<title><anchor id="GnomeCanvasPolygon-struct"/>struct GnomeCanvasPolygon</title>
 
62
<indexterm><primary>GnomeCanvasPolygon</primary></indexterm><programlisting>struct GnomeCanvasPolygon;</programlisting>
 
63
<para>
 
64
This structure should not be accessed directly. Use the object's properties
 
65
for querying or changing its parameters.
 
66
</para></refsect2>
 
67
 
 
68
</refsect1>
 
69
<refsect1>
 
70
<title>Properties</title>
 
71
<refsect2><title><anchor id="GnomeCanvasPolygon--points"/>The &quot;<literal>points</literal>&quot; property</title>
 
72
<programlisting>  &quot;points&quot;               <link linkend="GnomeCanvasPoints">GnomeCanvasPoints</link>     : Read / Write</programlisting>
 
73
<para>
 
74
Pointer to a <link linkend="GnomeCanvasPoints"><type>GnomeCanvasPoints</type></link> structure. This can be created by a
 
75
call to <link linkend="gnome-canvas-points-new"><function>gnome_canvas_points_new()</function></link>.
 
76
</para></refsect2>
 
77
 
 
78
</refsect1>
 
79
 
 
80
 
 
81
 
 
82
 
 
83
</refentry>