~ubuntu-branches/ubuntu/hardy/gedit/hardy-proposed

« back to all changes in this revision

Viewing changes to docs/reference/html/GeditView.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-07-11 14:06:41 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20060711140641-9ale6eu5anm0iftf
Tags: upstream-2.15.4
ImportĀ upstreamĀ versionĀ 2.15.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
               +----GtkWidget
76
76
                     +----GtkContainer
77
77
                           +----GtkTextView
78
 
                                 +----<a
79
 
href="../gtksourceview/GtkSourceView.html"
80
 
>GtkSourceView</a>
 
78
                                 +----GtkSourceView
81
79
                                       +----GeditView
82
80
</pre>
83
81
</div>
111
109
<div class="refsect1" lang="en">
112
110
<a name="details"></a><h2>Details</h2>
113
111
<div class="refsect2" lang="en">
114
 
<a name="id2576146"></a><h3>
 
112
<a name="id333236"></a><h3>
115
113
<a name="GeditViewPrivate"></a>GeditViewPrivate</h3>
116
 
<a class="indexterm" name="id2576158"></a><pre class="programlisting">typedef struct _GeditViewPrivate GeditViewPrivate;</pre>
 
114
<a class="indexterm" name="id333248"></a><pre class="programlisting">typedef struct _GeditViewPrivate GeditViewPrivate;</pre>
117
115
<p>
118
116
 
119
117
</p>
120
118
</div>
121
119
<hr>
122
120
<div class="refsect2" lang="en">
123
 
<a name="id2573631"></a><h3>
 
121
<a name="id333263"></a><h3>
124
122
<a name="GeditView-struct"></a>GeditView</h3>
125
 
<a class="indexterm" name="id2573643"></a><pre class="programlisting">typedef struct _GeditView GeditView;</pre>
 
123
<a class="indexterm" name="id333275"></a><pre class="programlisting">typedef struct _GeditView GeditView;</pre>
126
124
<p>
127
125
 
128
126
</p>
129
127
</div>
130
128
<hr>
131
129
<div class="refsect2" lang="en">
132
 
<a name="id2573659"></a><h3>
 
130
<a name="id333291"></a><h3>
133
131
<a name="gedit-view-new"></a>gedit_view_new ()</h3>
134
 
<a class="indexterm" name="id2573671"></a><pre class="programlisting">GtkWidget*  gedit_view_new                  (<a href="GeditDocument.html" title="GeditDocument">GeditDocument</a> *doc);</pre>
 
132
<a class="indexterm" name="id333303"></a><pre class="programlisting">GtkWidget*  gedit_view_new                  (<a href="GeditDocument.html" title="GeditDocument">GeditDocument</a> *doc);</pre>
135
133
<p>
136
134
Creates a new <a href="GeditView.html" title="GeditView"><span class="type">GeditView</span></a> object displaying the <em class="parameter"><code>doc</code></em> document. 
137
135
<em class="parameter"><code>doc</code></em> cannot be NULL.</p>
158
156
</div>
159
157
<hr>
160
158
<div class="refsect2" lang="en">
161
 
<a name="id2573765"></a><h3>
 
159
<a name="id333396"></a><h3>
162
160
<a name="gedit-view-cut-clipboard"></a>gedit_view_cut_clipboard ()</h3>
163
 
<a class="indexterm" name="id2573777"></a><pre class="programlisting">void        gedit_view_cut_clipboard        (<a href="GeditView.html" title="GeditView">GeditView</a> *view);</pre>
 
161
<a class="indexterm" name="id337999"></a><pre class="programlisting">void        gedit_view_cut_clipboard        (<a href="GeditView.html" title="GeditView">GeditView</a> *view);</pre>
164
162
<p>
165
163
 
166
164
</p>
178
176
</div>
179
177
<hr>
180
178
<div class="refsect2" lang="en">
181
 
<a name="id2573822"></a><h3>
 
179
<a name="id338040"></a><h3>
182
180
<a name="gedit-view-copy-clipboard"></a>gedit_view_copy_clipboard ()</h3>
183
 
<a class="indexterm" name="id2573833"></a><pre class="programlisting">void        gedit_view_copy_clipboard       (<a href="GeditView.html" title="GeditView">GeditView</a> *view);</pre>
 
181
<a class="indexterm" name="id338052"></a><pre class="programlisting">void        gedit_view_copy_clipboard       (<a href="GeditView.html" title="GeditView">GeditView</a> *view);</pre>
184
182
<p>
185
183
 
186
184
</p>
198
196
</div>
199
197
<hr>
200
198
<div class="refsect2" lang="en">
201
 
<a name="id2573879"></a><h3>
 
199
<a name="id338097"></a><h3>
202
200
<a name="gedit-view-paste-clipboard"></a>gedit_view_paste_clipboard ()</h3>
203
 
<a class="indexterm" name="id2573890"></a><pre class="programlisting">void        gedit_view_paste_clipboard      (<a href="GeditView.html" title="GeditView">GeditView</a> *view);</pre>
 
201
<a class="indexterm" name="id338110"></a><pre class="programlisting">void        gedit_view_paste_clipboard      (<a href="GeditView.html" title="GeditView">GeditView</a> *view);</pre>
204
202
<p>
205
203
 
206
204
</p>
218
216
</div>
219
217
<hr>
220
218
<div class="refsect2" lang="en">
221
 
<a name="id2573935"></a><h3>
 
219
<a name="id338155"></a><h3>
222
220
<a name="gedit-view-delete-selection"></a>gedit_view_delete_selection ()</h3>
223
 
<a class="indexterm" name="id2573947"></a><pre class="programlisting">void        gedit_view_delete_selection     (<a href="GeditView.html" title="GeditView">GeditView</a> *view);</pre>
 
221
<a class="indexterm" name="id338167"></a><pre class="programlisting">void        gedit_view_delete_selection     (<a href="GeditView.html" title="GeditView">GeditView</a> *view);</pre>
224
222
<p>
225
223
 
226
224
</p>
238
236
</div>
239
237
<hr>
240
238
<div class="refsect2" lang="en">
241
 
<a name="id2573992"></a><h3>
 
239
<a name="id338212"></a><h3>
242
240
<a name="gedit-view-select-all"></a>gedit_view_select_all ()</h3>
243
 
<a class="indexterm" name="id2574003"></a><pre class="programlisting">void        gedit_view_select_all           (<a href="GeditView.html" title="GeditView">GeditView</a> *view);</pre>
 
241
<a class="indexterm" name="id338224"></a><pre class="programlisting">void        gedit_view_select_all           (<a href="GeditView.html" title="GeditView">GeditView</a> *view);</pre>
244
242
<p>
245
243
 
246
244
</p>
258
256
</div>
259
257
<hr>
260
258
<div class="refsect2" lang="en">
261
 
<a name="id2575065"></a><h3>
 
259
<a name="id338269"></a><h3>
262
260
<a name="gedit-view-scroll-to-cursor"></a>gedit_view_scroll_to_cursor ()</h3>
263
 
<a class="indexterm" name="id2575076"></a><pre class="programlisting">void        gedit_view_scroll_to_cursor     (<a href="GeditView.html" title="GeditView">GeditView</a> *view);</pre>
 
261
<a class="indexterm" name="id338281"></a><pre class="programlisting">void        gedit_view_scroll_to_cursor     (<a href="GeditView.html" title="GeditView">GeditView</a> *view);</pre>
264
262
<p>
265
263
 
266
264
</p>
278
276
</div>
279
277
<hr>
280
278
<div class="refsect2" lang="en">
281
 
<a name="id2575121"></a><h3>
 
279
<a name="id338326"></a><h3>
282
280
<a name="gedit-view-set-colors"></a>gedit_view_set_colors ()</h3>
283
 
<a class="indexterm" name="id2575132"></a><pre class="programlisting">void        gedit_view_set_colors           (<a href="GeditView.html" title="GeditView">GeditView</a> *view,
 
281
<a class="indexterm" name="id338338"></a><pre class="programlisting">void        gedit_view_set_colors           (<a href="GeditView.html" title="GeditView">GeditView</a> *view,
284
282
                                             gboolean def,
285
283
                                             GdkColor *backgroud,
286
284
                                             GdkColor *text,
335
333
</div>
336
334
<hr>
337
335
<div class="refsect2" lang="en">
338
 
<a name="id2575283"></a><h3>
 
336
<a name="id338485"></a><h3>
339
337
<a name="gedit-view-set-font"></a>gedit_view_set_font ()</h3>
340
 
<a class="indexterm" name="id2575295"></a><pre class="programlisting">void        gedit_view_set_font             (<a href="GeditView.html" title="GeditView">GeditView</a> *view,
 
338
<a class="indexterm" name="id338497"></a><pre class="programlisting">void        gedit_view_set_font             (<a href="GeditView.html" title="GeditView">GeditView</a> *view,
341
339
                                             gboolean def,
342
340
                                             const gchar *font_name);</pre>
343
341
<p>
373
371
<div class="refsect1" lang="en">
374
372
<a name="signals"></a><h2>Signal Details</h2>
375
373
<div class="refsect2" lang="en">
376
 
<a name="id2575396"></a><h3>
 
374
<a name="id338594"></a><h3>
377
375
<a name="GeditView-reset-searched-text"></a>The "reset-searched-text" signal</h3>
378
 
<a class="indexterm" name="id2575403"></a><pre class="programlisting">gboolean    user_function                  (<a href="GeditView.html" title="GeditView">GeditView</a> *geditview,
 
376
<a class="indexterm" name="id338603"></a><pre class="programlisting">gboolean    user_function                  (<a href="GeditView.html" title="GeditView">GeditView</a> *geditview,
379
377
                                            gpointer   user_data)      : Run last / Action</pre>
380
378
<p>
381
379
 
406
404
</div>
407
405
<hr>
408
406
<div class="refsect2" lang="en">
409
 
<a name="id2575481"></a><h3>
 
407
<a name="id338650"></a><h3>
410
408
<a name="GeditView-start-interactive-goto-line"></a>The "start-interactive-goto-line" signal</h3>
411
 
<a class="indexterm" name="id2575491"></a><pre class="programlisting">gboolean    user_function                  (<a href="GeditView.html" title="GeditView">GeditView</a> *geditview,
 
409
<a class="indexterm" name="id338658"></a><pre class="programlisting">gboolean    user_function                  (<a href="GeditView.html" title="GeditView">GeditView</a> *geditview,
412
410
                                            gpointer   user_data)      : Run last / Action</pre>
413
411
<p>
414
412
 
439
437
</div>
440
438
<hr>
441
439
<div class="refsect2" lang="en">
442
 
<a name="id2578722"></a><h3>
 
440
<a name="id338725"></a><h3>
443
441
<a name="GeditView-start-interactive-search"></a>The "start-interactive-search" signal</h3>
444
 
<a class="indexterm" name="id2578730"></a><pre class="programlisting">gboolean    user_function                  (<a href="GeditView.html" title="GeditView">GeditView</a> *geditview,
 
442
<a class="indexterm" name="id338732"></a><pre class="programlisting">gboolean    user_function                  (<a href="GeditView.html" title="GeditView">GeditView</a> *geditview,
445
443
                                            gpointer   user_data)      : Run last / Action</pre>
446
444
<p>
447
445