File: textbuffer_8hh-source.html

package info (click to toggle)
gfcui 2.3.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 43,420 kB
  • ctags: 18,023
  • sloc: cpp: 53,967; sh: 31,555; makefile: 1,322; perl: 108
file content (418 lines) | stat: -rw-r--r-- 51,363 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="content-type">
  <title>GTK+ Foundation Classes</title>
  <link href="gfc.css" rel="stylesheet" type="text/css">
  <meta content="The GFC Development Team" name="author">
  <meta content="Core Library Reference Manual" name="description">
</head>
<body style="color: rgb(0, 0, 0); background-color: rgb(243, 244, 248);"
 alink="#000099" link="#000099" vlink="#990099">
<table style="text-align: left; width: 1227px; height: 117px;"
 border="0" cellpadding="0" cellspacing="0">
  <tbody>
    <tr>
      <td
 style="text-align: center; background-color: rgb(255, 255, 255); width: 220px; vertical-align: top;"><img
 alt="GFC Logo" src="../images/gfc.png"
 style="width: 207px; height: 92px;"></td>
      <td
 style="text-align: center; background-color: rgb(87, 107, 152); vertical-align: middle;"><img
 alt="GFC Title Logo" src="../images/gfc-title.png"
 style="width: 418px; height: 76px;"><br>
      </td>
    </tr>
    <tr>
      <td
 style="text-align: center; background-color: rgb(65, 77, 104); vertical-align: middle;"><big><span
 style="color: rgb(255, 255, 153); font-weight: bold;">Reference Manual</span></big><br>
      </td>
      <td
 style="text-align: center; background-color: rgb(148, 164, 200); vertical-align: middle;"><small
 style="font-family: helvetica,arial,sans-serif;"><a
 href="../html/index.html">Main Page</a>&nbsp; |&nbsp; <a
 href="../html/namespaces.html">Namespace List</a>&nbsp; |&nbsp; <a
 href="classes.html">Alphabetical List</a>&nbsp; |&nbsp; <a
 href="../html/annotated.html">Class List</a>&nbsp; |&nbsp; <a
 href="../html/files.html">File List</a></small><br>
      </td>
    </tr>
  </tbody>
</table>
<small> </small>
</body>
</html>
<!-- Generated by Doxygen 1.3.8 -->
<h1>textbuffer.hh</h1><a href="textbuffer_8hh.html">Go to the documentation of this file.</a><pre class="fragment"><div>00001 <span class="comment">/*  GFC-UI: GTK+ Foundation Classes (User Interface Library)</span>
00002 <span class="comment"> *  Copyright (C) 2002-2004 The GFC Development Team.</span>
00003 <span class="comment"> *</span>
00004 <span class="comment"> *  This program is free software; you can redistribute it and/or modify</span>
00005 <span class="comment"> *  it under the terms of the GNU General Public License as published by</span>
00006 <span class="comment"> *  the Free Software Foundation; either version 2 of the License, or</span>
00007 <span class="comment"> *  (at your option) any later version.</span>
00008 <span class="comment"> *</span>
00009 <span class="comment"> *  This program is distributed in the hope that it will be useful,</span>
00010 <span class="comment"> *  but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
00011 <span class="comment"> *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span>
00012 <span class="comment"> *  GNU Library General Public License for more details.</span>
00013 <span class="comment"> *</span>
00014 <span class="comment"> *  You should have received a copy of the GNU Library General Public License</span>
00015 <span class="comment"> *  along with this program; if not, write to the Free Software</span>
00016 <span class="comment"> *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</span>
00017 <span class="comment"> */</span>
00018  
00025 
00026 <span class="preprocessor">#ifndef GFC_GTK_TEXT_BUFFER_HH</span>
00027 <span class="preprocessor"></span><span class="preprocessor">#define GFC_GTK_TEXT_BUFFER_HH</span>
00028 <span class="preprocessor"></span>
00029 <span class="preprocessor">#ifndef GFC_GTK_TEXT_ITER_HH</span>
00030 <span class="preprocessor"></span><span class="preprocessor">#include &lt;<a class="code" href="textiter_8hh.html">gfc/gtk/textiter.hh</a>&gt;</span>
00031 <span class="preprocessor">#endif</span>
00032 <span class="preprocessor"></span>
00033 <span class="preprocessor">#ifndef GFC_GTK_TEXT_TAG_HH</span>
00034 <span class="preprocessor"></span><span class="preprocessor">#include &lt;<a class="code" href="texttag_8hh.html">gfc/gtk/texttag.hh</a>&gt;</span>
00035 <span class="preprocessor">#endif</span>
00036 <span class="preprocessor"></span>
00037 <span class="preprocessor">#ifndef GTK_TEXT_BUFFER_H</span>
00038 <span class="preprocessor"></span><span class="preprocessor">#include &lt;gtk/gtktextbuffer.h&gt;</span>
00039 <span class="preprocessor">#endif</span>
00040 <span class="preprocessor"></span>
00041 <span class="preprocessor">#ifndef _CPP_VECTOR</span>
00042 <span class="preprocessor"></span><span class="preprocessor">#include &lt;vector&gt;</span>
00043 <span class="preprocessor">#endif</span>
00044 <span class="preprocessor"></span>
00045 <span class="keyword">namespace </span>GFC {
00046 
00047 <span class="keyword">namespace </span>Gdk {
00048 <span class="keyword">class </span>Pixbuf;
00049 }
00050 
00051 <span class="keyword">namespace </span>Gtk {
00052 
00053 <span class="keyword">class </span>Clipboard;
00054 <span class="keyword">class </span>Widget;
00055 
00076 
<a name="l00077"></a><a class="code" href="classGFC_1_1Gtk_1_1TextMark.html">00077</a> <span class="keyword">class </span><a class="code" href="classGFC_1_1Gtk_1_1TextMark.html">TextMark</a> : <span class="keyword">public</span> G::<a class="code" href="classGFC_1_1Gtk_1_1Object.html">Object</a>
00078 {
00079         <span class="keyword">friend</span> <span class="keyword">class </span><a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Object.html">G::Object</a>;
00080 
00081         <a class="code" href="classGFC_1_1Gtk_1_1TextMark.html#z858_0">TextMark</a>(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextMark.html">TextMark</a>&amp;);
00082         <a class="code" href="classGFC_1_1Gtk_1_1TextMark.html">TextMark</a>&amp; operator=(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextMark.html">TextMark</a>&amp;);
00083         
00084 <span class="keyword">protected</span>:
00087 
00088         <span class="keyword">explicit</span> <a class="code" href="classGFC_1_1Gtk_1_1TextMark.html#z858_0">TextMark</a>(GtkTextMark *mark, <span class="keywordtype">bool</span> owns_reference = <span class="keyword">false</span>);
00095 
00097         
00098 <span class="keyword">public</span>:
00101 
00102         <span class="keyword">virtual</span> <a class="code" href="classGFC_1_1Gtk_1_1TextMark.html#z859_0">~TextMark</a>();
00104         
00108 
00109         GtkTextMark* <a class="code" href="classGFC_1_1Gtk_1_1TextMark.html#z860_0">gtk_text_mark</a>() <span class="keyword">const</span>;
00111 
00112         <a class="code" href="classGFC_1_1Gtk_1_1TextMark.html#z860_1">operator GtkTextMark* </a>() <span class="keyword">const</span>;
00114 
00115         <span class="keywordtype">bool</span> <a class="code" href="classGFC_1_1Gtk_1_1TextMark.html#z860_2">get_visible</a>() <span class="keyword">const</span>;
00117 
00118         <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a> <a class="code" href="classGFC_1_1Gtk_1_1TextMark.html#z860_3">get_name</a>() <span class="keyword">const</span>;
00120 
00121         <span class="keywordtype">bool</span> <a class="code" href="classGFC_1_1Gtk_1_1TextMark.html#z860_4">get_deleted</a>() <span class="keyword">const</span>;
00124         
00125         <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html">TextBuffer</a>* <a class="code" href="classGFC_1_1Gtk_1_1TextMark.html#z860_5">get_buffer</a>() <span class="keyword">const</span>;
00127 
00128         <span class="keywordtype">bool</span> <a class="code" href="classGFC_1_1Gtk_1_1TextMark.html#z860_6">get_left_gravity</a>() <span class="keyword">const</span>;
00130         
00134 
00135         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextMark.html#z861_0">set_visible</a>(<span class="keywordtype">bool</span> setting);
00143 
00145 };
00146 
00153 
<a name="l00154"></a><a class="code" href="classGFC_1_1Gtk_1_1TextChildAnchor.html">00154</a> <span class="keyword">class </span><a class="code" href="classGFC_1_1Gtk_1_1TextChildAnchor.html">TextChildAnchor</a> : <span class="keyword">public</span> G::<a class="code" href="classGFC_1_1Gtk_1_1Object.html">Object</a>
00155 {
00156         <span class="keyword">friend</span> <span class="keyword">class </span><a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Object.html">G::Object</a>;
00157 
00158         <a class="code" href="classGFC_1_1Gtk_1_1TextChildAnchor.html#z863_0">TextChildAnchor</a>(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextChildAnchor.html">TextChildAnchor</a>&amp;);
00159         <a class="code" href="classGFC_1_1Gtk_1_1TextChildAnchor.html">TextChildAnchor</a>&amp; operator=(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextChildAnchor.html">TextChildAnchor</a>&amp;);
00160 
00161 <span class="keyword">protected</span>:
00164 
00165         <span class="keyword">explicit</span> <a class="code" href="classGFC_1_1Gtk_1_1TextChildAnchor.html#z863_0">TextChildAnchor</a>(GtkTextChildAnchor *anchor, <span class="keywordtype">bool</span> owns_reference = <span class="keyword">true</span>);
00172 
00174 
00175 <span class="keyword">public</span>:
00178 
00179         <a class="code" href="classGFC_1_1Gtk_1_1TextChildAnchor.html#z863_0">TextChildAnchor</a>();
00184 
00185         <span class="keyword">virtual</span> <a class="code" href="classGFC_1_1Gtk_1_1TextChildAnchor.html#z863_1">~TextChildAnchor</a>();
00187         
00191 
00192         GtkTextChildAnchor* <a class="code" href="classGFC_1_1Gtk_1_1TextChildAnchor.html#z864_0">gtk_text_child_anchor</a>() <span class="keyword">const</span>;
00194 
00195         <a class="code" href="classGFC_1_1Gtk_1_1TextChildAnchor.html#z864_1">operator GtkTextChildAnchor* </a>() <span class="keyword">const</span>;
00197 
00198         <span class="keywordtype">bool</span> <a class="code" href="classGFC_1_1Gtk_1_1TextChildAnchor.html#z864_2">get_widgets</a>(std::vector&lt;Widget*&gt;&amp; widgets) <span class="keyword">const</span>;
00202 
00203         <span class="keywordtype">bool</span> <a class="code" href="classGFC_1_1Gtk_1_1TextChildAnchor.html#z864_3">get_deleted</a>() <span class="keyword">const</span>;
00210 
00212 };
00213 
00245 
<a name="l00246"></a><a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html">00246</a> <span class="keyword">class </span><a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html">TextBuffer</a> : <span class="keyword">public</span> G::<a class="code" href="classGFC_1_1Gtk_1_1Object.html">Object</a>
00247 {
00248         <span class="keyword">friend</span> <span class="keyword">class </span><a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Object.html">G::Object</a>;
00249 
00250         <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z865_0">TextBuffer</a>(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html">TextBuffer</a>&amp;);
00251         <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html">TextBuffer</a>&amp; operator=(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html">TextBuffer</a>&amp;);
00252         
00253 <span class="keyword">protected</span>:
00256 
00257         <span class="keyword">explicit</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z865_0">TextBuffer</a>(GtkTextBuffer *buffer, <span class="keywordtype">bool</span> owns_reference = <span class="keyword">true</span>);
00264 
00268 
00269         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">G::Signal&lt;void, TextIter&amp;, const String&amp;&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">InsertTextSignalType</a>;
00270         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">G::SignalProxy&lt;TypeInstance, InsertTextSignalType&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">InsertTextSignalProxy</a>;
00271         <span class="keyword">static</span> <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">InsertTextSignalType</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z866_24">insert_text_signal</a>;
00278 
00279         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">G::Signal&lt;void, TextIter&amp;, Gdk::Pixbuf&amp;&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">InsertPixbufSignalType</a>;
00280         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">G::SignalProxy&lt;TypeInstance, InsertPixbufSignalType&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">InsertPixbufSignalProxy</a>;
00281         <span class="keyword">static</span> <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">InsertPixbufSignalType</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z866_25">insert_pixbuf_signal</a>;
00288 
00289         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">G::Signal&lt;void, TextIter&amp;, TextChildAnchor&amp;&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">InsertChildAnchorSignalType</a>;
00290         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">G::SignalProxy&lt;TypeInstance, InsertChildAnchorSignalType&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">InsertChildAnchorSignalProxy</a>;
00291         <span class="keyword">static</span> <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">InsertChildAnchorSignalType</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z866_26">insert_child_anchor_signal</a>;
00298 
00299         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">G::Signal&lt;void, TextIter&amp;, TextIter&amp;&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">DeleteRangeSignalType</a>;
00300         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">G::SignalProxy&lt;TypeInstance, DeleteRangeSignalType&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">DeleteRangeSignalProxy</a>;
00301         <span class="keyword">static</span> <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">DeleteRangeSignalType</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z866_27">delete_range_signal</a>;
00308 
00309         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">G::Signal&lt;void&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">ChangedSignalType</a>;
00310         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">G::SignalProxy&lt;TypeInstance, ChangedSignalType&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">ChangedSignalProxy</a>;
00311         <span class="keyword">static</span> <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">ChangedSignalType</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z866_28">changed_signal</a>;
00316 
00317         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">G::Signal&lt;void&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">ModifiedChangedSignalType</a>;
00318         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">G::SignalProxy&lt;TypeInstance, ModifiedChangedSignalType&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">ModifiedChangedSignalProxy</a>;
00319         <span class="keyword">static</span> <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">ModifiedChangedSignalType</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z866_29">modified_changed_signal</a>;
00324 
00325         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">G::Signal&lt;void, const TextIter&amp;, TextMark&amp;&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">MarkSetSignalType</a>;
00326         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">G::SignalProxy&lt;TypeInstance, MarkSetSignalType&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">MarkSetSignalProxy</a>;
00327         <span class="keyword">static</span> <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">MarkSetSignalType</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z866_30">mark_set_signal</a>;
00334 
00335         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">G::Signal&lt;void, TextMark&amp;&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">MarkDeletedSignalType</a>;
00336         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">G::SignalProxy&lt;TypeInstance, MarkDeletedSignalType&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">MarkDeletedSignalProxy</a>;
00337         <span class="keyword">static</span> <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">MarkDeletedSignalType</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z866_31">mark_deleted_signal</a>;
00343 
00344         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">G::Signal&lt;void, TextTag&amp;, const TextIter&amp;, const TextIter&amp;&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">ApplyTagSignalType</a>;
00345         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">G::SignalProxy&lt;TypeInstance, ApplyTagSignalType&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">ApplyTagSignalProxy</a>;
00346         <span class="keyword">static</span> <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">ApplyTagSignalType</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z866_32">apply_tag_signal</a>;
00354 
00355         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">G::Signal&lt;void, TextTag&amp;, const TextIter&amp;, const TextIter&amp;&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">RemoveTagSignalType</a>;
00356         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">G::SignalProxy&lt;TypeInstance, RemoveTagSignalType&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">RemoveTagSignalProxy</a>;
00357         <span class="keyword">static</span> <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">RemoveTagSignalType</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z866_33">remove_tag_signal</a>;
00365 
00366         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">G::Signal&lt;void&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">BeginUserActionSignalType</a>;
00367         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">G::SignalProxy&lt;TypeInstance, BeginUserActionSignalType&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">BeginUserActionSignalProxy</a>;
00368         <span class="keyword">static</span> <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">BeginUserActionSignalType</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z866_34">begin_user_action_signal</a>;
00373 
00374         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">G::Signal&lt;void&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">EndUserActionSignalType</a>;
00375         <span class="keyword">typedef</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">G::SignalProxy&lt;TypeInstance, EndUserActionSignalType&gt;</a> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">EndUserActionSignalProxy</a>;
00376         <span class="keyword">static</span> <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1Signal.html">EndUserActionSignalType</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z866_35">end_user_action_signal</a>;
00381         
00383 
00384 <span class="keyword">public</span>:
00387         
00388         <span class="keyword">explicit</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z865_0">TextBuffer</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextTagTable.html">TextTagTable</a> *table = 0);
00391         
00392         <span class="keyword">virtual</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z867_1">~TextBuffer</a>();
00394 
00398         
00399         GtkTextBuffer* <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_0">gtk_text_buffer</a>() <span class="keyword">const</span>;
00401 
00402         <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_1">operator GtkTextBuffer* </a>() <span class="keyword">const</span>;
00404 
00405         <span class="keywordtype">int</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_2">get_line_count</a>() <span class="keyword">const</span>;
00410 
00411         <span class="keywordtype">int</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_3">get_char_count</a>() <span class="keyword">const</span>;
00418         
00419         <a class="code" href="classGFC_1_1Gtk_1_1TextTagTable.html">TextTagTable</a>* <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_4">get_tag_table</a>() <span class="keyword">const</span>;
00422 
00423         <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_5">get_text</a>(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; start, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; end, <span class="keywordtype">bool</span> include_hidden_chars = <span class="keyword">false</span>) <span class="keyword">const</span>;
00434 
00435         <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_6">get_slice</a>(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; start, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; end, <span class="keywordtype">bool</span> include_hidden_chars = <span class="keyword">false</span>) <span class="keyword">const</span>;
00448 
00449         <a class="code" href="classGFC_1_1Gtk_1_1TextMark.html">TextMark</a>* <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_8">get_mark</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *name) <span class="keyword">const</span>;
00450         <a class="code" href="classGFC_1_1Gtk_1_1TextMark.html">TextMark</a>* <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_8">get_mark</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>&amp; name) <span class="keyword">const</span>;
00454 
00455         <a class="code" href="classGFC_1_1Gtk_1_1TextMark.html">TextMark</a>* <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_9">get_insert</a>() <span class="keyword">const</span>;
00461 
00462         <a class="code" href="classGFC_1_1Gtk_1_1TextMark.html">TextMark</a>* <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_10">get_selection_bound</a>() <span class="keyword">const</span>;
00472         
00473         <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_11">get_iter_at_line_offset</a>(<span class="keywordtype">int</span> line_number, <span class="keywordtype">int</span> char_offset) <span class="keyword">const</span>;
00481 
00482         <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_12">get_iter_at_line_index</a>(<span class="keywordtype">int</span> line_number, <span class="keywordtype">int</span> byte_index) <span class="keyword">const</span>;
00491 
00492         <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_13">get_iter_at_offset</a>(<span class="keywordtype">int</span> char_offset) <span class="keyword">const</span>;
00501 
00502         <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_14">get_iter_at_line</a>(<span class="keywordtype">int</span> line_number) <span class="keyword">const</span>;
00506 
00507         <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_15">get_start_iter</a>() <span class="keyword">const</span>;
00512         
00513         <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_16">get_end_iter</a>() <span class="keyword">const</span>;
00520         
00521         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_17">get_bounds</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; start, <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; end) <span class="keyword">const</span>;
00526 
00527         <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_18">get_iter_at_mark</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextMark.html">TextMark</a>&amp; mark) <span class="keyword">const</span>;
00531 
00532         <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_19">get_iter_at_child_anchor</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextChildAnchor.html">TextChildAnchor</a>&amp; anchor) <span class="keyword">const</span>;
00536 
00537         <span class="keywordtype">bool</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_20">get_modified</a>() <span class="keyword">const</span>;
00543 
00544         <span class="keywordtype">bool</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z868_21">get_selection_bounds</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a> *start = 0, <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a> *end = 0) <span class="keyword">const</span>;
00554 
00558 
00559         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_0">begin_user_action</a>();
00573 
00574         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_1">end_user_action</a>();
00576 
00577         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_2">set_text</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *text, <span class="keywordtype">int</span> length = -1);
00581 
00582         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_2">set_text</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>&amp; text);
00585 
00586         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_4">insert</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; iter, <span class="keyword">const</span> <span class="keywordtype">char</span> *text, <span class="keywordtype">int</span> length = -1);
00597 
00598         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_4">insert</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; iter, <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>&amp; text);
00607 
00608         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_6">insert_at_cursor</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *text, <span class="keywordtype">int</span> length = -1);
00612 
00613         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_6">insert_at_cursor</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>&amp; text);
00616 
00617         <span class="keywordtype">bool</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_8">insert_interactive</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; iter, <span class="keyword">const</span> <span class="keywordtype">char</span> *text, <span class="keywordtype">int</span> length, <span class="keywordtype">bool</span> default_editable);
00630 
00631         <span class="keywordtype">bool</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_8">insert_interactive</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; iter, <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>&amp; text, <span class="keywordtype">bool</span> default_editable);
00643 
00644         <span class="keywordtype">bool</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_10">insert_interactive_at_cursor</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *text, <span class="keywordtype">int</span> length, <span class="keywordtype">bool</span> default_editable);
00654 
00655         <span class="keywordtype">bool</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_10">insert_interactive_at_cursor</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>&amp; text, <span class="keywordtype">bool</span> default_editable);
00664 
00665         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_12">insert_range</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; iter, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; start, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; end);
00676 
00677         <span class="keywordtype">bool</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_13">insert_range_interactive</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; iter, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; start, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; end, <span class="keywordtype">bool</span> default_editable);
00688 
00689         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_14">insert_with_tag</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; iter, <span class="keyword">const</span> <span class="keywordtype">char</span> *text, <span class="keywordtype">int</span> length, <a class="code" href="classGFC_1_1Gtk_1_1TextTag.html">TextTag</a>&amp; tag);
00698 
00699         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_14">insert_with_tag</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; iter, <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>&amp; text, <a class="code" href="classGFC_1_1Gtk_1_1TextTag.html">TextTag</a>&amp;tag);
00707 
00708         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_16">insert_with_tags</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; iter, <span class="keyword">const</span> <span class="keywordtype">char</span> *text, <span class="keywordtype">int</span> length, <span class="keyword">const</span> std::vector&lt;TextTag*&gt;&amp; tags);
00717 
00718         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_16">insert_with_tags</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; iter, <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>&amp; text, <span class="keyword">const</span> std::vector&lt;TextTag*&gt;&amp; tags);
00726         
00727         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_18">insert_with_tag_by_name</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; iter, <span class="keyword">const</span> <span class="keywordtype">char</span> *text, <span class="keywordtype">int</span> length, <span class="keyword">const</span> <span class="keywordtype">char</span> *tag_name);
00733 
00734         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_18">insert_with_tag_by_name</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; iter, <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>&amp; text, <span class="keyword">const</span> <span class="keywordtype">char</span> *tag_name);
00739 
00740         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_20">insert_with_tags_by_name</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; iter, <span class="keyword">const</span> <span class="keywordtype">char</span> *text, <span class="keywordtype">int</span> length, <span class="keyword">const</span> std::vector&lt;String&gt;&amp; tag_names);
00746 
00747         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_20">insert_with_tags_by_name</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; iter, <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>&amp; text, <span class="keyword">const</span> std::vector&lt;String&gt;&amp; tag_names);
00752 
00753         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_22">delete_range</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; start, <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; end);
00763 
00764         <span class="keywordtype">bool</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_23">delete_range_interactive</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; start, <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; end, <span class="keywordtype">bool</span> default_editable);
00774 
00775         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_24">insert_pixbuf</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; iter, <a class="code" href="classGFC_1_1Gdk_1_1Pixbuf.html">Gdk::Pixbuf</a>&amp; pixbuf);
00785 
00786         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_25">insert_child_anchor</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; iter, <a class="code" href="classGFC_1_1Gtk_1_1TextChildAnchor.html">TextChildAnchor</a>&amp; anchor);
00798 
00799         <a class="code" href="classGFC_1_1Gtk_1_1TextChildAnchor.html">TextChildAnchor</a>* <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_26">create_child_anchor</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; iter);
00807 
00808         <a class="code" href="classGFC_1_1Gtk_1_1TextMark.html">TextMark</a>* <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_28">create_mark</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *mark_name, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; where, <span class="keywordtype">bool</span> left_gravity);
00809         <a class="code" href="classGFC_1_1Gtk_1_1TextMark.html">TextMark</a>* <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_28">create_mark</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>&amp; mark_name, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; where, <span class="keywordtype">bool</span> left_gravity);
00826 
00827         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_29">move_mark</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextMark.html">TextMark</a>&amp; mark, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; where);
00833 
00834         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_31">move_mark_by_name</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *name, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; where);
00835         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_31">move_mark_by_name</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>&amp; name, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; where);
00840 
00841         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_32">delete_mark</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextMark.html">TextMark</a>&amp; mark);
00851 
00852         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_34">delete_mark_by_name</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *name);
00853         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_34">delete_mark_by_name</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>&amp; name);
00856 
00857         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_35">place_cursor</a>(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; where);
00865 
00866         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_36">select_range</a>(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_4">insert</a>, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; bound);
00875 
00876         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_37">apply_tag</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextTag.html">TextTag</a>&amp; tag, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; start, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; end);
00884 
00885         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_39">apply_tag_by_name</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *name, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; start, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; end);
00886         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_39">apply_tag_by_name</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>&amp; name, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; start, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; end);
00892 
00893         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_40">remove_tag</a>(<a class="code" href="classGFC_1_1Gtk_1_1TextTag.html">TextTag</a>&amp; tag, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; start, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; end);
00901 
00902         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_42">remove_tag_by_name</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *name, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; start, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; end);
00903         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_42">remove_tag_by_name</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>&amp; name, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; start, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; end);
00909 
00910         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_43">remove_all_tags</a>(<span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; start, <span class="keyword">const</span> <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a>&amp; end);
00918 
00919         <a class="code" href="classGFC_1_1Gtk_1_1TextTag.html">TextTag</a>* <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_44">create_tag</a>();
00926         
00927         <a class="code" href="classGFC_1_1Gtk_1_1TextTag.html">TextTag</a>* <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_44">create_tag</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *tag_name);
00928         <a class="code" href="classGFC_1_1Gtk_1_1TextTag.html">TextTag</a>* <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_44">create_tag</a>(<span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1String.html">String</a>&amp; tag_name);
00938         
00939         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_47">set_modified</a>(<span class="keywordtype">bool</span> setting);
00946 
00947         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_48">add_selection_clipboard</a>(<a class="code" href="classGFC_1_1Gtk_1_1Clipboard.html">Clipboard</a>&amp; clipboard);
00954 
00955         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_49">remove_selection_clipboard</a>(<a class="code" href="classGFC_1_1Gtk_1_1Clipboard.html">Clipboard</a>&amp; clipboard);
00958 
00959         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_50">cut_clipboard</a>(<a class="code" href="classGFC_1_1Gtk_1_1Clipboard.html">Clipboard</a>&amp; clipboard, <span class="keywordtype">bool</span> default_editable);
00963 
00964         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_51">copy_clipboard</a>(<a class="code" href="classGFC_1_1Gtk_1_1Clipboard.html">Clipboard</a>&amp; clipboard);
00967 
00968         <span class="keywordtype">void</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_52">paste_clipboard</a>(<a class="code" href="classGFC_1_1Gtk_1_1Clipboard.html">Clipboard</a>&amp; clipboard, <a class="code" href="classGFC_1_1Gtk_1_1TextIter.html">TextIter</a> *override_location, <span class="keywordtype">bool</span> default_editable);
00976 
00977         <span class="keywordtype">bool</span> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z869_53">delete_selection</a>(<span class="keywordtype">bool</span> interactive, <span class="keywordtype">bool</span> default_editable);
00986 
00990 
00991         <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">InsertTextSignalProxy</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z870_0">sig_insert_text</a>();
00993 
00994         <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">InsertPixbufSignalProxy</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z870_1">sig_insert_pixbuf</a>();
00996 
00997         <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">InsertChildAnchorSignalProxy</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z870_2">sig_insert_child_anchor</a>();
00999 
01000         <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">DeleteRangeSignalProxy</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z870_3">sig_delete_range</a>();
01003 
01004         <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">ChangedSignalProxy</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z870_4">sig_changed</a>();
01007 
01008         <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">ModifiedChangedSignalProxy</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z870_5">sig_modified_changed</a>();
01011 
01012         <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">MarkSetSignalProxy</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z870_6">sig_mark_set</a>();
01014 
01015         <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">MarkDeletedSignalProxy</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z870_7">sig_mark_deleted</a>();
01017 
01018         <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">ApplyTagSignalProxy</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z870_8">sig_apply_tag</a>();
01021 
01022         <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">RemoveTagSignalProxy</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z870_9">sig_remove_tag</a>();
01025 
01026         <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">BeginUserActionSignalProxy</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z870_10">sig_begin_user_action</a>();
01029 
01030         <span class="keyword">const</span> <a class="codeRef" doxygen="gfccore.tag:" href="classGFC_1_1G_1_1SignalProxy.html">EndUserActionSignalProxy</a> <a class="code" href="classGFC_1_1Gtk_1_1TextBuffer.html#z870_11">sig_end_user_action</a>();
01033 
01035 };
01036 
01037 } <span class="comment">// namespace Gtk</span>
01038 
01039 } <span class="comment">// namespace GFC</span>
01040 
01041 <span class="preprocessor">#include &lt;gfc/gtk/inline/textbuffer.inl&gt;</span>
01042 
01043 <span class="preprocessor">#endif // GFC_GTK_TEXT_BUFFER_HH</span>
01044 <span class="preprocessor"></span>
</div></pre><hr size="1"><address style="align: right;"><small>Generated on Tue Aug 24 00:34:32 2004 for GFC-UI by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
</body>
</html>