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

« back to all changes in this revision

Viewing changes to docs/reference/tmpl/gnome-canvas-re.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
GnomeCanvasRE
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
Base class for rectangle and ellipse items
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
This forms a base class for rectangle and ellipse canvas items.
 
10
</para>
 
11
 
 
12
<!-- ##### SECTION See_Also ##### -->
 
13
<para>
 
14
#GnomeCanvasEllipse, #GnomeCanvasRect
 
15
</para>
 
16
 
 
17
<!-- ##### STRUCT GnomeCanvasRE ##### -->
 
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 GnomeCanvasRE:x1 ##### -->
 
25
<para>
 
26
Leftmost coordinate of rectangle or ellipse.
 
27
</para>
 
28
 
 
29
<!-- ##### ARG GnomeCanvasRE:x2 ##### -->
 
30
<para>
 
31
Rightmost coordinate of rectangle or ellipse.
 
32
</para>
 
33
 
 
34
<!-- ##### ARG GnomeCanvasRE:y1 ##### -->
 
35
<para>
 
36
Topmost coordinate of rectangle or ellipse.
 
37
</para>
 
38
 
 
39
<!-- ##### ARG GnomeCanvasRE:y2 ##### -->
 
40
<para>
 
41
Bottommost coordinate of rectangle or ellipse.
 
42
</para>
 
43