~ubuntu-branches/ubuntu/trusty/goocanvas/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/html/GooCanvasText.html

  • Committer: Bazaar Package Importer
  • Author(s): Jose Carlos Garcia Sogo
  • Date: 2007-05-14 22:49:11 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070514224911-vyv39khpicv46oe2
Tags: 0.8-2
Link gtk-doc to /usr/share/doc/libgoocanvas-dev (Closes: #423410)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
<th width="100%" align="center">GooCanvas Reference Manual</th>
26
26
<td><a accesskey="n" href="GooCanvasWidget.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
27
27
</tr>
28
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2615778" class="shortcut">Top</a>
29
 
                  &#160;|&#160;
30
 
                  <a href="#id2653183" class="shortcut">Description</a>
31
 
                  &#160;|&#160;
32
 
                  <a href="#id2649926" class="shortcut">Object Hierarchy</a>
33
 
                  &#160;|&#160;
34
 
                  <a href="#id2649956" class="shortcut">Implemented Interfaces</a>
35
 
                  &#160;|&#160;
36
 
                  <a href="#id2649978" class="shortcut">Properties</a></nobr></td></tr>
 
28
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id3058086" class="shortcut">Top</a>
 
29
                  &#160;|&#160;
 
30
                  <a href="#id3107601" class="shortcut">Description</a>
 
31
                  &#160;|&#160;
 
32
                  <a href="#id3108954" class="shortcut">Object Hierarchy</a>
 
33
                  &#160;|&#160;
 
34
                  <a href="#id3108984" class="shortcut">Implemented Interfaces</a>
 
35
                  &#160;|&#160;
 
36
                  <a href="#id3109006" class="shortcut">Properties</a></nobr></td></tr>
37
37
</table>
38
38
<div class="refentry" lang="en">
39
39
<a name="GooCanvasText"></a><div class="titlepage"></div>
40
40
<div class="refnamediv"><table width="100%"><tr>
41
41
<td valign="top">
42
42
<h2>
43
 
<a name="id2615778"></a><span class="refentrytitle">GooCanvasText</span>
 
43
<a name="id3058086"></a><span class="refentrytitle">GooCanvasText</span>
44
44
</h2>
45
45
<p>GooCanvasText &#8212; a text item.</p>
46
46
</td>
73
73
</pre>
74
74
</div>
75
75
<div class="refsect1" lang="en">
76
 
<a name="id2649926"></a><h2>Object Hierarchy</h2>
 
76
<a name="id3108954"></a><h2>Object Hierarchy</h2>
77
77
<pre class="synopsis">
78
78
 
79
79
  <a
84
84
</pre>
85
85
</div>
86
86
<div class="refsect1" lang="en">
87
 
<a name="id2649956"></a><h2>Implemented Interfaces</h2>
 
87
<a name="id3108984"></a><h2>Implemented Interfaces</h2>
88
88
<p>
89
89
GooCanvasText implements
90
90
 <a href="goocanvas-goocanvasitem.html#GooCanvasItem">GooCanvasItem</a>.</p>
91
91
</div>
92
92
<div class="refsect1" lang="en">
93
 
<a name="id2649978"></a><h2>Properties</h2>
 
93
<a name="id3109006"></a><h2>Properties</h2>
94
94
<pre class="synopsis">
95
95
 
96
96
  "<a href="GooCanvasText.html#GooCanvasText--alignment">alignment</a>"                <a
99
99
  "<a href="GooCanvasText.html#GooCanvasText--anchor">anchor</a>"                   <a
100
100
href="../gtk/gtk-Standard-Enumerations.html#GtkAnchorType"
101
101
>GtkAnchorType</a>         : Read / Write
 
102
  "<a href="GooCanvasText.html#GooCanvasText--ellipsize">ellipsize</a>"                <a
 
103
href="../pango/pango-Layout-Objects.html#PangoEllipsizeMode"
 
104
>PangoEllipsizeMode</a>    : Read / Write
102
105
  "<a href="GooCanvasText.html#GooCanvasText--text">text</a>"                     <a
103
106
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
104
107
>gchararray</a>            : Read / Write
117
120
</pre>
118
121
</div>
119
122
<div class="refsect1" lang="en">
120
 
<a name="id2653183"></a><h2>Description</h2>
 
123
<a name="id3107601"></a><h2>Description</h2>
121
124
<p>
122
125
GooCanvasText represents a text item.
123
126
</p>
145
148
</p>
146
149
</div>
147
150
<div class="refsect1" lang="en">
148
 
<a name="id2653301"></a><h2>Details</h2>
 
151
<a name="id3112303"></a><h2>Details</h2>
149
152
<div class="refsect2" lang="en">
150
 
<a name="id2653311"></a><h3>
 
153
<a name="id3112314"></a><h3>
151
154
<a name="GooCanvasText-struct"></a>GooCanvasText</h3>
152
 
<a class="indexterm" name="id2653323"></a><pre class="programlisting">typedef struct _GooCanvasText GooCanvasText;</pre>
 
155
<a class="indexterm" name="id3112325"></a><pre class="programlisting">typedef struct _GooCanvasText GooCanvasText;</pre>
153
156
<p>
154
157
The <a href="GooCanvasText.html#GooCanvasText-struct"><span class="type">GooCanvasText</span></a> struct contains private data only.</p>
155
158
<p>
158
161
</div>
159
162
<hr>
160
163
<div class="refsect2" lang="en">
161
 
<a name="id2653350"></a><h3>
 
164
<a name="id3112352"></a><h3>
162
165
<a name="goo-canvas-text-new"></a>goo_canvas_text_new ()</h3>
163
 
<a class="indexterm" name="id2653362"></a><pre class="programlisting"><a href="goocanvas-goocanvasitem.html#GooCanvasItem">GooCanvasItem</a>*      goo_canvas_text_new                 (<a href="goocanvas-goocanvasitem.html#GooCanvasItem">GooCanvasItem</a> *parent,
 
166
<a class="indexterm" name="id3112365"></a><pre class="programlisting"><a href="goocanvas-goocanvasitem.html#GooCanvasItem">GooCanvasItem</a>*      goo_canvas_text_new                 (<a href="goocanvas-goocanvasitem.html#GooCanvasItem">GooCanvasItem</a> *parent,
164
167
                                                         const char *string,
165
168
                                                         <a
166
169
href="../glib/glib-Basic-Types.html#gdouble"
252
255
</div>
253
256
</div>
254
257
<div class="refsect1" lang="en">
255
 
<a name="id2651920"></a><h2>Property Details</h2>
 
258
<a name="id3109938"></a><h2>Property Details</h2>
256
259
<div class="refsect2" lang="en">
257
 
<a name="id2651930"></a><h3>
 
260
<a name="id3109948"></a><h3>
258
261
<a name="GooCanvasText--alignment"></a>The "<code class="literal">alignment</code>" property</h3>
259
 
<a class="indexterm" name="id2651944"></a><pre class="programlisting">  "alignment"                <a
 
262
<a class="indexterm" name="id3109962"></a><pre class="programlisting">  "alignment"                <a
260
263
href="../pango/pango-Layout-Objects.html#PangoAlignment"
261
264
>PangoAlignment</a>        : Read / Write</pre>
262
265
<p>How to align the text.</p>
264
267
</div>
265
268
<hr>
266
269
<div class="refsect2" lang="en">
267
 
<a name="id2651968"></a><h3>
 
270
<a name="id3109986"></a><h3>
268
271
<a name="GooCanvasText--anchor"></a>The "<code class="literal">anchor</code>" property</h3>
269
 
<a class="indexterm" name="id2651982"></a><pre class="programlisting">  "anchor"                   <a
 
272
<a class="indexterm" name="id3110000"></a><pre class="programlisting">  "anchor"                   <a
270
273
href="../gtk/gtk-Standard-Enumerations.html#GtkAnchorType"
271
274
>GtkAnchorType</a>         : Read / Write</pre>
272
275
<p>How to position the text relative to the given x and y coordinates.</p>
274
277
</div>
275
278
<hr>
276
279
<div class="refsect2" lang="en">
277
 
<a name="id2652008"></a><h3>
 
280
<a name="id3110026"></a><h3>
 
281
<a name="GooCanvasText--ellipsize"></a>The "<code class="literal">ellipsize</code>" property</h3>
 
282
<a class="indexterm" name="id3110040"></a><pre class="programlisting">  "ellipsize"                <a
 
283
href="../pango/pango-Layout-Objects.html#PangoEllipsizeMode"
 
284
>PangoEllipsizeMode</a>    : Read / Write</pre>
 
285
<p>The preferred place to ellipsize the string, if the label does not have enough room to display the entire string.</p>
 
286
<p>Default value: PANGO_ELLIPSIZE_NONE</p>
 
287
</div>
 
288
<hr>
 
289
<div class="refsect2" lang="en">
 
290
<a name="id3110066"></a><h3>
278
291
<a name="GooCanvasText--text"></a>The "<code class="literal">text</code>" property</h3>
279
 
<a class="indexterm" name="id2652023"></a><pre class="programlisting">  "text"                     <a
 
292
<a class="indexterm" name="id3110081"></a><pre class="programlisting">  "text"                     <a
280
293
href="../gobject/gobject-Standard-Parameter-and-Value-Types.html#gchararray"
281
294
>gchararray</a>            : Read / Write</pre>
282
295
<p>The text to display.</p>
284
297
</div>
285
298
<hr>
286
299
<div class="refsect2" lang="en">
287
 
<a name="id2652047"></a><h3>
 
300
<a name="id3110530"></a><h3>
288
301
<a name="GooCanvasText--use-markup"></a>The "<code class="literal">use-markup</code>" property</h3>
289
 
<a class="indexterm" name="id2652061"></a><pre class="programlisting">  "use-markup"               <a
 
302
<a class="indexterm" name="id3110544"></a><pre class="programlisting">  "use-markup"               <a
290
303
href="../glib/glib-Basic-Types.html#gboolean"
291
304
>gboolean</a>              : Read / Write</pre>
292
305
<p>Whether to parse PangoMarkup in the text, to support different styles.</p>
294
307
</div>
295
308
<hr>
296
309
<div class="refsect2" lang="en">
297
 
<a name="id2650596"></a><h3>
 
310
<a name="id3110569"></a><h3>
298
311
<a name="GooCanvasText--width"></a>The "<code class="literal">width</code>" property</h3>
299
 
<a class="indexterm" name="id2650610"></a><pre class="programlisting">  "width"                    <a
 
312
<a class="indexterm" name="id3110583"></a><pre class="programlisting">  "width"                    <a
300
313
href="../glib/glib-Basic-Types.html#gdouble"
301
314
>gdouble</a>               : Read / Write</pre>
302
315
<p>The width to use to layout the text.</p>
304
317
</div>
305
318
<hr>
306
319
<div class="refsect2" lang="en">
307
 
<a name="id2650635"></a><h3>
 
320
<a name="id3110609"></a><h3>
308
321
<a name="GooCanvasText--x"></a>The "<code class="literal">x</code>" property</h3>
309
 
<a class="indexterm" name="id2650650"></a><pre class="programlisting">  "x"                        <a
 
322
<a class="indexterm" name="id3110624"></a><pre class="programlisting">  "x"                        <a
310
323
href="../glib/glib-Basic-Types.html#gdouble"
311
324
>gdouble</a>               : Read / Write</pre>
312
325
<p>The x coordinate of the text.</p>
314
327
</div>
315
328
<hr>
316
329
<div class="refsect2" lang="en">
317
 
<a name="id2650674"></a><h3>
 
330
<a name="id3110650"></a><h3>
318
331
<a name="GooCanvasText--y"></a>The "<code class="literal">y</code>" property</h3>
319
 
<a class="indexterm" name="id2650689"></a><pre class="programlisting">  "y"                        <a
 
332
<a class="indexterm" name="id3110665"></a><pre class="programlisting">  "y"                        <a
320
333
href="../glib/glib-Basic-Types.html#gdouble"
321
334
>gdouble</a>               : Read / Write</pre>
322
335
<p>The y coordinate of the text.</p>