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

« back to all changes in this revision

Viewing changes to docs/reference/xml/gnome-canvas-rect.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="GnomeCanvasRect">
 
2
<refmeta>
 
3
<refentrytitle>GnomeCanvasRect</refentrytitle>
 
4
<manvolnum>3</manvolnum>
 
5
<refmiscinfo>LIBGNOMECANVAS Library</refmiscinfo>
 
6
</refmeta>
 
7
 
 
8
<refnamediv>
 
9
<refname>GnomeCanvasRect</refname><refpurpose>Rectangle 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="GnomeCanvasRect-struct">GnomeCanvasRect</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
                     +----<link linkend="GnomeCanvasRE">GnomeCanvasRE</link>
 
33
                           +----GnomeCanvasRect
 
34
</synopsis>
 
35
 
 
36
</refsect1>
 
37
 
 
38
 
 
39
 
 
40
 
 
41
 
 
42
 
 
43
 
 
44
 
 
45
<refsect1>
 
46
<title>Description</title>
 
47
<para>
 
48
A canvas item for drawing rectangles and squares. The parameters are
 
49
defined in the parent classes including <link linkend="GnomeCanvasRE"><type>GnomeCanvasRE</type></link> which is shared with
 
50
<link linkend="GnomeCanvasEllipse"><type>GnomeCanvasEllipse</type></link> items as well.
 
51
</para>
 
52
</refsect1>
 
53
 
 
54
<refsect1>
 
55
<title>Details</title>
 
56
<refsect2>
 
57
<title><anchor id="GnomeCanvasRect-struct"/>struct GnomeCanvasRect</title>
 
58
<indexterm><primary>GnomeCanvasRect</primary></indexterm><programlisting>struct GnomeCanvasRect;</programlisting>
 
59
<para>
 
60
This structure should not be accessed directly. Use the object's properties
 
61
for querying or changing its parameters.
 
62
</para></refsect2>
 
63
 
 
64
</refsect1>
 
65
 
 
66
 
 
67
 
 
68
 
 
69
</refentry>