|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/22697/root/usr/share/gtk-doc/html/libgnomecanvas/ |
Upload File : |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>GnomeCanvasRE</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
<link rel="start" href="index.html" title="GNOME Canvas Library Reference Manual">
<link rel="up" href="ch02.html" title="GNOME Canvas Library (libgnomecanvas)">
<link rel="prev" href="GnomeCanvasPolygon.html" title="GnomeCanvasPolygon">
<link rel="next" href="GnomeCanvasRect.html" title="GnomeCanvasRect">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="Object Hierarchy">
<link rel="chapter" href="ch02.html" title="GNOME Canvas Library (libgnomecanvas)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="GnomeCanvasPolygon.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch02.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GNOME Canvas Library Reference Manual</th>
<td><a accesskey="n" href="GnomeCanvasRect.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry" lang="en">
<a name="GnomeCanvasRE"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">GnomeCanvasRE</span></h2>
<p>GnomeCanvasRE — Base class for rectangle and ellipse items</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">
#include <libgnomecanvas/libgnomecanvas.h>
<a href="GnomeCanvasRE.html#GnomeCanvasRE-struct">GnomeCanvasRE</a>;
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2678185"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
>GObject</a>
+----<a
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
>GtkObject</a>
+----<a href="GnomeCanvasItem.html" title="GnomeCanvasItem">GnomeCanvasItem</a>
+----<a href="GnomeCanvasShape.html" title="GnomeCanvasShape">GnomeCanvasShape</a>
+----GnomeCanvasRE
+----<a href="GnomeCanvasEllipse.html" title="GnomeCanvasEllipse">GnomeCanvasEllipse</a>
+----<a href="GnomeCanvasRect.html" title="GnomeCanvasRect">GnomeCanvasRect</a>
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2679207"></a><h2>Properties</h2>
<pre class="synopsis">
"<a href="GnomeCanvasRE.html#GnomeCanvasRE--x1">x1</a>" <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
>gdouble</a> : Read / Write
"<a href="GnomeCanvasRE.html#GnomeCanvasRE--x2">x2</a>" <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
>gdouble</a> : Read / Write
"<a href="GnomeCanvasRE.html#GnomeCanvasRE--y1">y1</a>" <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
>gdouble</a> : Read / Write
"<a href="GnomeCanvasRE.html#GnomeCanvasRE--y2">y2</a>" <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
>gdouble</a> : Read / Write
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2679286"></a><h2>Description</h2>
<p>
This forms a base class for rectangle and ellipse canvas items.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2679297"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2679303"></a><h3>
<a name="GnomeCanvasRE-struct"></a>GnomeCanvasRE</h3>
<a class="indexterm" name="id2679314"></a><pre class="programlisting">typedef struct _GnomeCanvasRE GnomeCanvasRE;</pre>
<p>
This structure should not be accessed directly. Use the object's properties
for querying or changing its parameters.
</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2679332"></a><h2>Properties</h2>
<div class="refsect2" lang="en">
<a name="id2679338"></a><h3>
<a name="GnomeCanvasRE--x1"></a>The "<code class="literal">x1</code>" property</h3>
<pre class="programlisting"> "x1" <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
>gdouble</a> : Read / Write</pre>
<p>
Leftmost coordinate of rectangle or ellipse.
</p>
<p>Default value: 0</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2679375"></a><h3>
<a name="GnomeCanvasRE--x2"></a>The "<code class="literal">x2</code>" property</h3>
<pre class="programlisting"> "x2" <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
>gdouble</a> : Read / Write</pre>
<p>
Rightmost coordinate of rectangle or ellipse.
</p>
<p>Default value: 0</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2679411"></a><h3>
<a name="GnomeCanvasRE--y1"></a>The "<code class="literal">y1</code>" property</h3>
<pre class="programlisting"> "y1" <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
>gdouble</a> : Read / Write</pre>
<p>
Topmost coordinate of rectangle or ellipse.
</p>
<p>Default value: 0</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2679448"></a><h3>
<a name="GnomeCanvasRE--y2"></a>The "<code class="literal">y2</code>" property</h3>
<pre class="programlisting"> "y2" <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"
>gdouble</a> : Read / Write</pre>
<p>
Bottommost coordinate of rectangle or ellipse.
</p>
<p>Default value: 0</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2679487"></a><h2>See Also</h2>
<p>
<a href="GnomeCanvasEllipse.html" title="GnomeCanvasEllipse"><span class="type">GnomeCanvasEllipse</span></a>, <a href="GnomeCanvasRect.html" title="GnomeCanvasRect"><span class="type">GnomeCanvasRect</span></a>
</p>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="GnomeCanvasPolygon.html"><b><< GnomeCanvasPolygon</b></a></td>
<td align="right"><a accesskey="n" href="GnomeCanvasRect.html"><b>GnomeCanvasRect >></b></a></td>
</tr></table>
</body>
</html>