~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkText.html

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2011-12-01 11:40:06 UTC
  • mfrom: (1.14.11)
  • Revision ID: package-import@ubuntu.com-20111201114006-nrmf6qu3pg512veo
Tags: 2.24.8-0ubuntu1
* New upstream release 
  - gtkfilechooser should be more robust to malformed URIs
    in .gtk-bookmarks (LP: #189494)
* debian/patches/010_make_bg_changes_queue_repaint.patch
  - dropped it introduces performance regressions in some gtk2 
    apps (LP: #889019)
* 101_filechooser.patch, 000git_file_chooser.patch: dropped, upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="DeprecatedObjects.html" title="Deprecated">
9
9
<link rel="prev" href="GtkProgress.html" title="GtkProgress">
10
10
<link rel="next" href="GtkTooltips.html" title="GtkTooltips">
11
 
<meta name="generator" content="GTK-Doc V1.17.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
54
54
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GtkText.html#gtk-text-new" title="gtk_text_new ()">gtk_text_new</a>                        (<em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *hadj</code></em>,
55
55
                                                         <em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *vadj</code></em>);
56
56
<span class="returnvalue">void</span>                <a class="link" href="GtkText.html#gtk-text-set-editable" title="gtk_text_set_editable ()">gtk_text_set_editable</a>               (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
57
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> editable</code></em>);
 
57
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> editable</code></em>);
58
58
<span class="returnvalue">void</span>                <a class="link" href="GtkText.html#gtk-text-set-word-wrap" title="gtk_text_set_word_wrap ()">gtk_text_set_word_wrap</a>              (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
59
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> word_wrap</code></em>);
 
59
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> word_wrap</code></em>);
60
60
<span class="returnvalue">void</span>                <a class="link" href="GtkText.html#gtk-text-set-line-wrap" title="gtk_text_set_line_wrap ()">gtk_text_set_line_wrap</a>              (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
61
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> line_wrap</code></em>);
 
61
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> line_wrap</code></em>);
62
62
<span class="returnvalue">void</span>                <a class="link" href="GtkText.html#gtk-text-set-adjustments" title="gtk_text_set_adjustments ()">gtk_text_set_adjustments</a>            (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
63
63
                                                         <em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *hadj</code></em>,
64
64
                                                         <em class="parameter"><code><a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *vadj</code></em>);
65
65
<span class="returnvalue">void</span>                <a class="link" href="GtkText.html#gtk-text-set-point" title="gtk_text_set_point ()">gtk_text_set_point</a>                  (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
66
 
                                                         <em class="parameter"><code><span class="type">guint</span> index</code></em>);
67
 
<span class="returnvalue">guint</span>               <a class="link" href="GtkText.html#gtk-text-get-point" title="gtk_text_get_point ()">gtk_text_get_point</a>                  (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>);
68
 
<span class="returnvalue">guint</span>               <a class="link" href="GtkText.html#gtk-text-get-length" title="gtk_text_get_length ()">gtk_text_get_length</a>                 (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>);
 
66
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index</code></em>);
 
67
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="GtkText.html#gtk-text-get-point" title="gtk_text_get_point ()">gtk_text_get_point</a>                  (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>);
 
68
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="GtkText.html#gtk-text-get-length" title="gtk_text_get_length ()">gtk_text_get_length</a>                 (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>);
69
69
<span class="returnvalue">void</span>                <a class="link" href="GtkText.html#gtk-text-freeze" title="gtk_text_freeze ()">gtk_text_freeze</a>                     (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>);
70
70
<span class="returnvalue">void</span>                <a class="link" href="GtkText.html#gtk-text-thaw" title="gtk_text_thaw ()">gtk_text_thaw</a>                       (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>);
71
71
<span class="returnvalue">void</span>                <a class="link" href="GtkText.html#gtk-text-insert" title="gtk_text_insert ()">gtk_text_insert</a>                     (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
72
 
                                                         <em class="parameter"><code><a href="../gdk/gdk-Fonts.html#GdkFont"><span class="type">GdkFont</span></a> *font</code></em>,
73
 
                                                         <em class="parameter"><code>const <a href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *fore</code></em>,
74
 
                                                         <em class="parameter"><code>const <a href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *back</code></em>,
 
72
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk3/gdk-Fonts.html#GdkFont"><span class="type">GdkFont</span></a> *font</code></em>,
 
73
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gdk3/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *fore</code></em>,
 
74
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gdk3/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *back</code></em>,
75
75
                                                         <em class="parameter"><code>const <span class="type">char</span> *chars</code></em>,
76
 
                                                         <em class="parameter"><code><span class="type">gint</span> length</code></em>);
77
 
<span class="returnvalue">gboolean</span>            <a class="link" href="GtkText.html#gtk-text-backward-delete" title="gtk_text_backward_delete ()">gtk_text_backward_delete</a>            (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
78
 
                                                         <em class="parameter"><code><span class="type">guint</span> nchars</code></em>);
79
 
<span class="returnvalue">gboolean</span>            <a class="link" href="GtkText.html#gtk-text-forward-delete" title="gtk_text_forward_delete ()">gtk_text_forward_delete</a>             (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
80
 
                                                         <em class="parameter"><code><span class="type">guint</span> nchars</code></em>);
 
76
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> length</code></em>);
 
77
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkText.html#gtk-text-backward-delete" title="gtk_text_backward_delete ()">gtk_text_backward_delete</a>            (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
 
78
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> nchars</code></em>);
 
79
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GtkText.html#gtk-text-forward-delete" title="gtk_text_forward_delete ()">gtk_text_forward_delete</a>             (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
 
80
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> nchars</code></em>);
81
81
#define             <a class="link" href="GtkText.html#GTK-TEXT-INDEX:CAPS" title="GTK_TEXT_INDEX()">GTK_TEXT_INDEX</a>                      (t,
82
82
                                                         index)
83
83
</pre>
85
85
<div class="refsect1">
86
86
<a name="GtkText.object-hierarchy"></a><h2>Object Hierarchy</h2>
87
87
<pre class="synopsis">
88
 
  GObject
89
 
   +----GInitiallyUnowned
 
88
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
89
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
90
90
         +----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
91
91
               +----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
92
92
                     +----<a class="link" href="GtkOldEditable.html" title="GtkOldEditable">GtkOldEditable</a>
103
103
<a name="GtkText.properties"></a><h2>Properties</h2>
104
104
<pre class="synopsis">
105
105
  "<a class="link" href="GtkText.html#GtkText--hadjustment" title='The "hadjustment" property'>hadjustment</a>"              <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>*        : Read / Write
106
 
  "<a class="link" href="GtkText.html#GtkText--line-wrap" title='The "line-wrap" property'>line-wrap</a>"                <span class="type">gboolean</span>              : Read / Write
 
106
  "<a class="link" href="GtkText.html#GtkText--line-wrap" title='The "line-wrap" property'>line-wrap</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
107
107
  "<a class="link" href="GtkText.html#GtkText--vadjustment" title='The "vadjustment" property'>vadjustment</a>"              <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a>*        : Read / Write
108
 
  "<a class="link" href="GtkText.html#GtkText--word-wrap" title='The "word-wrap" property'>word-wrap</a>"                <span class="type">gboolean</span>              : Read / Write
 
108
  "<a class="link" href="GtkText.html#GtkText--word-wrap" title='The "word-wrap" property'>word-wrap</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
109
109
</pre>
110
110
</div>
111
111
<div class="refsect1">
112
112
<a name="GtkText.signals"></a><h2>Signals</h2>
113
113
<pre class="synopsis">
114
 
  "<a class="link" href="GtkText.html#GtkText-set-scroll-adjustments" title='The "set-scroll-adjustments" signal'>set-scroll-adjustments</a>"                         : <code class="literal">Run Last</code>
 
114
  "<a class="link" href="GtkText.html#GtkText-set-scroll-adjustments" title='The "set-scroll-adjustments" signal'>set-scroll-adjustments</a>"                         : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
115
115
</pre>
116
116
</div>
117
117
<div class="refsect1">
194
194
<p>
195
195
Creates a new <a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> widget, initialized with the given pointers to
196
196
<a href="GtkAdjustment.html"><span class="type">GtkAdjustments</span></a>.  These pointers can be used to track the viewing position
197
 
of the <a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> widget.  Passing <a href="/home/mclasen/gnome/share/gtk-doc/html/liboil/liboil-liboiljunk.html#NULL--CAPS"><code class="literal">NULL</code></a> to either or both of them will make
 
197
of the <a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> widget.  Passing <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to either or both of them will make
198
198
the <a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> create its own.  You can set these later with the function
199
199
<code class="function">gtk_text_set_adjustment()</code>.
200
200
</p>
220
220
<div class="refsect2">
221
221
<a name="gtk-text-set-editable"></a><h3>gtk_text_set_editable ()</h3>
222
222
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_text_set_editable               (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
223
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> editable</code></em>);</pre>
 
223
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> editable</code></em>);</pre>
224
224
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
225
225
<h3 class="title">Warning</h3>
226
226
<p><code class="literal">gtk_text_set_editable</code> is deprecated and should not be used in newly-written code.</p>
240
240
<tr>
241
241
<td><p><span class="term"><em class="parameter"><code>editable</code></em> :</span></p></td>
242
242
<td>
243
 
<code class="literal">TRUE</code> makes it editable, <code class="literal">FALSE</code> makes it immutable by the user</td>
 
243
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> makes it editable, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> makes it immutable by the user</td>
244
244
</tr>
245
245
</tbody>
246
246
</table></div>
249
249
<div class="refsect2">
250
250
<a name="gtk-text-set-word-wrap"></a><h3>gtk_text_set_word_wrap ()</h3>
251
251
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_text_set_word_wrap              (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
252
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> word_wrap</code></em>);</pre>
 
252
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> word_wrap</code></em>);</pre>
253
253
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
254
254
<h3 class="title">Warning</h3>
255
255
<p><code class="literal">gtk_text_set_word_wrap</code> is deprecated and should not be used in newly-written code.</p>
268
268
<tr>
269
269
<td><p><span class="term"><em class="parameter"><code>word_wrap</code></em> :</span></p></td>
270
270
<td>
271
 
<code class="literal">TRUE</code> makes it word wrap, <code class="literal">FALSE</code> disables word wrapping</td>
 
271
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> makes it word wrap, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> disables word wrapping</td>
272
272
</tr>
273
273
</tbody>
274
274
</table></div>
277
277
<div class="refsect2">
278
278
<a name="gtk-text-set-line-wrap"></a><h3>gtk_text_set_line_wrap ()</h3>
279
279
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_text_set_line_wrap              (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
280
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> line_wrap</code></em>);</pre>
 
280
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> line_wrap</code></em>);</pre>
281
281
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
282
282
<h3 class="title">Warning</h3>
283
283
<p><code class="literal">gtk_text_set_line_wrap</code> is deprecated and should not be used in newly-written code.</p>
299
299
<tr>
300
300
<td><p><span class="term"><em class="parameter"><code>line_wrap</code></em> :</span></p></td>
301
301
<td>
302
 
<code class="literal">TRUE</code> turns line wrap on, <code class="literal">FALSE</code> turns it off</td>
 
302
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> turns line wrap on, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> turns it off</td>
303
303
</tr>
304
304
</tbody>
305
305
</table></div>
340
340
<div class="refsect2">
341
341
<a name="gtk-text-set-point"></a><h3>gtk_text_set_point ()</h3>
342
342
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_text_set_point                  (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
343
 
                                                         <em class="parameter"><code><span class="type">guint</span> index</code></em>);</pre>
 
343
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index</code></em>);</pre>
344
344
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
345
345
<h3 class="title">Warning</h3>
346
346
<p><code class="literal">gtk_text_set_point</code> is deprecated and should not be used in newly-written code.</p>
367
367
<hr>
368
368
<div class="refsect2">
369
369
<a name="gtk-text-get-point"></a><h3>gtk_text_get_point ()</h3>
370
 
<pre class="programlisting"><span class="returnvalue">guint</span>               gtk_text_get_point                  (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>);</pre>
 
370
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               gtk_text_get_point                  (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>);</pre>
371
371
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
372
372
<h3 class="title">Warning</h3>
373
373
<p><code class="literal">gtk_text_get_point</code> is deprecated and should not be used in newly-written code.</p>
393
393
<hr>
394
394
<div class="refsect2">
395
395
<a name="gtk-text-get-length"></a><h3>gtk_text_get_length ()</h3>
396
 
<pre class="programlisting"><span class="returnvalue">guint</span>               gtk_text_get_length                 (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>);</pre>
 
396
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               gtk_text_get_length                 (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>);</pre>
397
397
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
398
398
<h3 class="title">Warning</h3>
399
399
<p><code class="literal">gtk_text_get_length</code> is deprecated and should not be used in newly-written code.</p>
461
461
<div class="refsect2">
462
462
<a name="gtk-text-insert"></a><h3>gtk_text_insert ()</h3>
463
463
<pre class="programlisting"><span class="returnvalue">void</span>                gtk_text_insert                     (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
464
 
                                                         <em class="parameter"><code><a href="../gdk/gdk-Fonts.html#GdkFont"><span class="type">GdkFont</span></a> *font</code></em>,
465
 
                                                         <em class="parameter"><code>const <a href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *fore</code></em>,
466
 
                                                         <em class="parameter"><code>const <a href="../gdk/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *back</code></em>,
 
464
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gdk3/gdk-Fonts.html#GdkFont"><span class="type">GdkFont</span></a> *font</code></em>,
 
465
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gdk3/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *fore</code></em>,
 
466
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/gdk3/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *back</code></em>,
467
467
                                                         <em class="parameter"><code>const <span class="type">char</span> *chars</code></em>,
468
 
                                                         <em class="parameter"><code><span class="type">gint</span> length</code></em>);</pre>
 
468
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> length</code></em>);</pre>
469
469
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
470
470
<h3 class="title">Warning</h3>
471
471
<p><code class="literal">gtk_text_insert</code> is deprecated and should not be used in newly-written code.</p>
483
483
</tr>
484
484
<tr>
485
485
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
486
 
<td>the <a href="../gdk/gdk-Fonts.html#GdkFont"><span class="type">GdkFont</span></a> to use</td>
 
486
<td>the <a href="http://library.gnome.org/devel/gdk3/gdk-Fonts.html#GdkFont"><span class="type">GdkFont</span></a> to use</td>
487
487
</tr>
488
488
<tr>
489
489
<td><p><span class="term"><em class="parameter"><code>fore</code></em> :</span></p></td>
508
508
<hr>
509
509
<div class="refsect2">
510
510
<a name="gtk-text-backward-delete"></a><h3>gtk_text_backward_delete ()</h3>
511
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gtk_text_backward_delete            (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
512
 
                                                         <em class="parameter"><code><span class="type">guint</span> nchars</code></em>);</pre>
 
511
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_text_backward_delete            (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
 
512
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> nchars</code></em>);</pre>
513
513
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
514
514
<h3 class="title">Warning</h3>
515
515
<p><code class="literal">gtk_text_backward_delete</code> is deprecated and should not be used in newly-written code.</p>
532
532
<tr>
533
533
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
534
534
<td>
535
 
<code class="literal">TRUE</code> if the operation was successful, otherwise returns <code class="literal">FALSE</code>
 
535
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation was successful, otherwise returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
536
536
</td>
537
537
</tr>
538
538
</tbody>
541
541
<hr>
542
542
<div class="refsect2">
543
543
<a name="gtk-text-forward-delete"></a><h3>gtk_text_forward_delete ()</h3>
544
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gtk_text_forward_delete             (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
545
 
                                                         <em class="parameter"><code><span class="type">guint</span> nchars</code></em>);</pre>
 
544
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gtk_text_forward_delete             (<em class="parameter"><code><a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a> *text</code></em>,
 
545
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> nchars</code></em>);</pre>
546
546
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
547
547
<h3 class="title">Warning</h3>
548
548
<p><code class="literal">gtk_text_forward_delete</code> is deprecated and should not be used in newly-written code.</p>
565
565
<tr>
566
566
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
567
567
<td>
568
 
<code class="literal">TRUE</code> if the operation was successful, otherwise returns <code class="literal">FALSE</code>
 
568
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the operation was successful, otherwise returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
569
569
</td>
570
570
</tr>
571
571
</tbody>
610
610
<hr>
611
611
<div class="refsect2">
612
612
<a name="GtkText--line-wrap"></a><h3>The <code class="literal">"line-wrap"</code> property</h3>
613
 
<pre class="programlisting">  "line-wrap"                <span class="type">gboolean</span>              : Read / Write</pre>
 
613
<pre class="programlisting">  "line-wrap"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
614
614
<p>
615
615
Boolean value indicating whether line wrap is enabled or not.
616
616
</p>
628
628
<hr>
629
629
<div class="refsect2">
630
630
<a name="GtkText--word-wrap"></a><h3>The <code class="literal">"word-wrap"</code> property</h3>
631
 
<pre class="programlisting">  "word-wrap"                <span class="type">gboolean</span>              : Read / Write</pre>
 
631
<pre class="programlisting">  "word-wrap"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
632
632
<p>
633
633
Boolean value indicated whether word wrap is enabled or not.
634
634
</p>
642
642
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GtkText.html" title="GtkText"><span class="type">GtkText</span></a>       *text,
643
643
                                                        <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *arg1,
644
644
                                                        <a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> *arg2,
645
 
                                                        <span class="type">gpointer</span>       user_data)      : <code class="literal">Run Last</code></pre>
 
645
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>       user_data)      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
646
646
<p>
647
647
</p>
648
648
<div class="variablelist"><table border="0">
663
663
</div>
664
664
<div class="footer">
665
665
<hr>
666
 
          Generated by GTK-Doc V1.17.1</div>
 
666
          Generated by GTK-Doc V1.17</div>
667
667
</body>
668
668
</html>
 
 
b'\\ No newline at end of file'