~ubuntu-branches/ubuntu/intrepid/gedit/intrepid-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-09-08 21:33:44 UTC
  • mfrom: (1.1.48 upstream)
  • Revision ID: james.westby@ubuntu.com-20080908213344-eiv4gvnuily7unti
Tags: 2.23.92-0ubuntu1
* New upstream version:
  - Bugfixes related to the gio port (lp: #236953, #262007)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch01.html" title="gedit">
9
9
<link rel="prev" href="GeditView.html" title="GeditView">
10
10
<link rel="next" href="gedit-gedit-convert.html" title="gedit-convert">
11
 
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="chapter" href="ch01.html" title="gedit">
14
14
</head>
21
21
<th width="100%" align="center">gedit Reference Manual</th>
22
22
<td><a accesskey="n" href="gedit-gedit-convert.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
23
23
</tr>
24
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#GeditWindow.synopsis" class="shortcut">Top</a>
25
 
                   | 
26
 
                  <a href="#GeditWindow.description" class="shortcut">Description</a>
27
 
                   | 
28
 
                  <a href="#GeditWindow.object-hierarchy" class="shortcut">Object Hierarchy</a>
29
 
                   | 
30
 
                  <a href="#GeditWindow.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
31
 
                   | 
32
 
                  <a href="#GeditWindow.properties" class="shortcut">Properties</a>
33
 
                   | 
34
 
                  <a href="#GeditWindow.signals" class="shortcut">Signals</a></nobr></td></tr>
 
24
<tr><td colspan="5" class="shortcuts">
 
25
<a href="#GeditWindow.synopsis" class="shortcut">Top</a>
 
26
                 | 
 
27
                <a href="#GeditWindow.description" class="shortcut">Description</a>
 
28
                 | 
 
29
                <a href="#GeditWindow.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
30
                 | 
 
31
                <a href="#GeditWindow.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
 
32
                 | 
 
33
                <a href="#GeditWindow.properties" class="shortcut">Properties</a>
 
34
                 | 
 
35
                <a href="#GeditWindow.signals" class="shortcut">Signals</a>
 
36
</td></tr>
35
37
</table>
36
38
<div class="refentry" lang="en">
37
39
<a name="GeditWindow"></a><div class="titlepage"></div>
48
50
enum                <a class="link" href="GeditWindow.html#GeditWindowState" title="enum GeditWindowState">GeditWindowState</a>;
49
51
                    <a class="link" href="GeditWindow.html#GeditWindowPrivate" title="GeditWindowPrivate">GeditWindowPrivate</a>;
50
52
                    <a class="link" href="GeditWindow.html#GeditWindow-struct" title="GeditWindow">GeditWindow</a>;
51
 
<a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a>*           <a class="link" href="GeditWindow.html#gedit-window-create-tab" title="gedit_window_create_tab ()">gedit_window_create_tab</a>             (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window,
 
53
<a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a> *          <a class="link" href="GeditWindow.html#gedit-window-create-tab" title="gedit_window_create_tab ()">gedit_window_create_tab</a>             (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window,
52
54
                                                         gboolean jump_to);
53
 
<a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a>*           <a class="link" href="GeditWindow.html#gedit-window-create-tab-from-uri" title="gedit_window_create_tab_from_uri ()">gedit_window_create_tab_from_uri</a>    (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window,
 
55
<a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a> *          <a class="link" href="GeditWindow.html#gedit-window-create-tab-from-uri" title="gedit_window_create_tab_from_uri ()">gedit_window_create_tab_from_uri</a>    (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window,
54
56
                                                         const gchar *uri,
55
57
                                                         const <a class="link" href="gedit-gedit-encodings.html#GeditEncoding" title="GeditEncoding">GeditEncoding</a> *encoding,
56
58
                                                         gint line_pos,
61
63
void                <a class="link" href="GeditWindow.html#gedit-window-close-all-tabs" title="gedit_window_close_all_tabs ()">gedit_window_close_all_tabs</a>         (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
62
64
void                <a class="link" href="GeditWindow.html#gedit-window-close-tabs" title="gedit_window_close_tabs ()">gedit_window_close_tabs</a>             (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window,
63
65
                                                         const GList *tabs);
64
 
<a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a>*           <a class="link" href="GeditWindow.html#gedit-window-get-active-tab" title="gedit_window_get_active_tab ()">gedit_window_get_active_tab</a>         (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
 
66
<a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a> *          <a class="link" href="GeditWindow.html#gedit-window-get-active-tab" title="gedit_window_get_active_tab ()">gedit_window_get_active_tab</a>         (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
65
67
void                <a class="link" href="GeditWindow.html#gedit-window-set-active-tab" title="gedit_window_set_active_tab ()">gedit_window_set_active_tab</a>         (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window,
66
68
                                                         <a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a> *tab);
67
 
<a class="link" href="GeditView.html" title="GeditView">GeditView</a>*          <a class="link" href="GeditWindow.html#gedit-window-get-active-view" title="gedit_window_get_active_view ()">gedit_window_get_active_view</a>        (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
68
 
<a class="link" href="GeditDocument.html" title="GeditDocument">GeditDocument</a>*      <a class="link" href="GeditWindow.html#gedit-window-get-active-document" title="gedit_window_get_active_document ()">gedit_window_get_active_document</a>    (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
69
 
GList*              <a class="link" href="GeditWindow.html#gedit-window-get-documents" title="gedit_window_get_documents ()">gedit_window_get_documents</a>          (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
70
 
GList*              <a class="link" href="GeditWindow.html#gedit-window-get-unsaved-documents" title="gedit_window_get_unsaved_documents ()">gedit_window_get_unsaved_documents</a>  (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
71
 
GList*              <a class="link" href="GeditWindow.html#gedit-window-get-views" title="gedit_window_get_views ()">gedit_window_get_views</a>              (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
72
 
GtkWindowGroup*     <a class="link" href="GeditWindow.html#gedit-window-get-group" title="gedit_window_get_group ()">gedit_window_get_group</a>              (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
73
 
<a class="link" href="GeditPanel.html" title="GeditPanel">GeditPanel</a>*         <a class="link" href="GeditWindow.html#gedit-window-get-side-panel" title="gedit_window_get_side_panel ()">gedit_window_get_side_panel</a>         (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
74
 
<a class="link" href="GeditPanel.html" title="GeditPanel">GeditPanel</a>*         <a class="link" href="GeditWindow.html#gedit-window-get-bottom-panel" title="gedit_window_get_bottom_panel ()">gedit_window_get_bottom_panel</a>       (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
75
 
GtkWidget*          <a class="link" href="GeditWindow.html#gedit-window-get-statusbar" title="gedit_window_get_statusbar ()">gedit_window_get_statusbar</a>          (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
76
 
GtkUIManager*       <a class="link" href="GeditWindow.html#gedit-window-get-ui-manager" title="gedit_window_get_ui_manager ()">gedit_window_get_ui_manager</a>         (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
 
69
<a class="link" href="GeditView.html" title="GeditView">GeditView</a> *         <a class="link" href="GeditWindow.html#gedit-window-get-active-view" title="gedit_window_get_active_view ()">gedit_window_get_active_view</a>        (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
 
70
<a class="link" href="GeditDocument.html" title="GeditDocument">GeditDocument</a> *     <a class="link" href="GeditWindow.html#gedit-window-get-active-document" title="gedit_window_get_active_document ()">gedit_window_get_active_document</a>    (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
 
71
GList *             <a class="link" href="GeditWindow.html#gedit-window-get-documents" title="gedit_window_get_documents ()">gedit_window_get_documents</a>          (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
 
72
GList *             <a class="link" href="GeditWindow.html#gedit-window-get-unsaved-documents" title="gedit_window_get_unsaved_documents ()">gedit_window_get_unsaved_documents</a>  (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
 
73
GList *             <a class="link" href="GeditWindow.html#gedit-window-get-views" title="gedit_window_get_views ()">gedit_window_get_views</a>              (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
 
74
GtkWindowGroup *    <a class="link" href="GeditWindow.html#gedit-window-get-group" title="gedit_window_get_group ()">gedit_window_get_group</a>              (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
 
75
<a class="link" href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *        <a class="link" href="GeditWindow.html#gedit-window-get-side-panel" title="gedit_window_get_side_panel ()">gedit_window_get_side_panel</a>         (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
 
76
<a class="link" href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *        <a class="link" href="GeditWindow.html#gedit-window-get-bottom-panel" title="gedit_window_get_bottom_panel ()">gedit_window_get_bottom_panel</a>       (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
 
77
GtkWidget *         <a class="link" href="GeditWindow.html#gedit-window-get-statusbar" title="gedit_window_get_statusbar ()">gedit_window_get_statusbar</a>          (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
 
78
GtkUIManager *      <a class="link" href="GeditWindow.html#gedit-window-get-ui-manager" title="gedit_window_get_ui_manager ()">gedit_window_get_ui_manager</a>         (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
77
79
<a class="link" href="GeditWindow.html#GeditWindowState" title="enum GeditWindowState">GeditWindowState</a>    <a class="link" href="GeditWindow.html#gedit-window-get-state" title="gedit_window_get_state ()">gedit_window_get_state</a>              (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);
78
 
<a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a>*           <a class="link" href="GeditWindow.html#gedit-window-get-tab-from-uri" title="gedit_window_get_tab_from_uri ()">gedit_window_get_tab_from_uri</a>       (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window,
 
80
<a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a> *          <a class="link" href="GeditWindow.html#gedit-window-get-tab-from-uri" title="gedit_window_get_tab_from_uri ()">gedit_window_get_tab_from_uri</a>       (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window,
79
81
                                                         const gchar *uri);
80
82
</pre>
81
83
</div>
117
119
<div class="refsect1" lang="en">
118
120
<a name="GeditWindow.description"></a><h2>Description</h2>
119
121
<p>
120
 
 
121
122
</p>
122
123
</div>
123
124
<div class="refsect1" lang="en">
135
136
} GeditWindowState;
136
137
</pre>
137
138
<p>
138
 
 
139
139
</p>
140
140
</div>
141
141
<hr>
143
143
<a name="GeditWindowPrivate"></a><h3>GeditWindowPrivate</h3>
144
144
<pre class="programlisting">typedef struct _GeditWindowPrivate GeditWindowPrivate;</pre>
145
145
<p>
146
 
 
147
146
</p>
148
147
</div>
149
148
<hr>
151
150
<a name="GeditWindow-struct"></a><h3>GeditWindow</h3>
152
151
<pre class="programlisting">typedef struct _GeditWindow GeditWindow;</pre>
153
152
<p>
154
 
 
155
153
</p>
156
154
</div>
157
155
<hr>
158
156
<div class="refsect2" lang="en">
159
157
<a name="gedit-window-create-tab"></a><h3>gedit_window_create_tab ()</h3>
160
 
<pre class="programlisting"><a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a>*           gedit_window_create_tab             (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window,
 
158
<pre class="programlisting"><a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a> *          gedit_window_create_tab             (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window,
161
159
                                                         gboolean jump_to);</pre>
162
160
<p>
163
 
 
164
161
</p>
165
162
<div class="variablelist"><table border="0">
166
163
<col align="left" valign="top">
178
175
<tr>
179
176
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
180
177
<td>
181
 
 
182
 
 
183
178
</td>
184
179
</tr>
185
180
</tbody>
188
183
<hr>
189
184
<div class="refsect2" lang="en">
190
185
<a name="gedit-window-create-tab-from-uri"></a><h3>gedit_window_create_tab_from_uri ()</h3>
191
 
<pre class="programlisting"><a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a>*           gedit_window_create_tab_from_uri    (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window,
 
186
<pre class="programlisting"><a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a> *          gedit_window_create_tab_from_uri    (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window,
192
187
                                                         const gchar *uri,
193
188
                                                         const <a class="link" href="gedit-gedit-encodings.html#GeditEncoding" title="GeditEncoding">GeditEncoding</a> *encoding,
194
189
                                                         gint line_pos,
195
190
                                                         gboolean create,
196
191
                                                         gboolean jump_to);</pre>
197
192
<p>
198
 
 
199
193
</p>
200
194
<div class="variablelist"><table border="0">
201
195
<col align="left" valign="top">
233
227
<tr>
234
228
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
235
229
<td>
236
 
 
237
 
 
238
230
</td>
239
231
</tr>
240
232
</tbody>
246
238
<pre class="programlisting">void                gedit_window_close_tab              (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window,
247
239
                                                         <a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a> *tab);</pre>
248
240
<p>
249
 
 
250
241
</p>
251
242
<div class="variablelist"><table border="0">
252
243
<col align="left" valign="top">
259
250
<tr>
260
251
<td><p><span class="term"><em class="parameter"><code>tab</code></em> :</span></p></td>
261
252
<td>
262
 
 
263
 
 
264
253
</td>
265
254
</tr>
266
255
</tbody>
271
260
<a name="gedit-window-close-all-tabs"></a><h3>gedit_window_close_all_tabs ()</h3>
272
261
<pre class="programlisting">void                gedit_window_close_all_tabs         (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
273
262
<p>
274
 
 
275
263
</p>
276
264
<div class="variablelist"><table border="0">
277
265
<col align="left" valign="top">
278
266
<tbody><tr>
279
267
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
280
268
<td>
281
 
 
282
 
 
283
269
</td>
284
270
</tr></tbody>
285
271
</table></div>
290
276
<pre class="programlisting">void                gedit_window_close_tabs             (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window,
291
277
                                                         const GList *tabs);</pre>
292
278
<p>
293
 
 
294
279
</p>
295
280
<div class="variablelist"><table border="0">
296
281
<col align="left" valign="top">
303
288
<tr>
304
289
<td><p><span class="term"><em class="parameter"><code>tabs</code></em> :</span></p></td>
305
290
<td>
306
 
 
307
 
 
308
291
</td>
309
292
</tr>
310
293
</tbody>
313
296
<hr>
314
297
<div class="refsect2" lang="en">
315
298
<a name="gedit-window-get-active-tab"></a><h3>gedit_window_get_active_tab ()</h3>
316
 
<pre class="programlisting"><a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a>*           gedit_window_get_active_tab         (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
 
299
<pre class="programlisting"><a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a> *          gedit_window_get_active_tab         (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
317
300
<p>
318
 
 
319
301
</p>
320
302
<div class="variablelist"><table border="0">
321
303
<col align="left" valign="top">
328
310
<tr>
329
311
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
330
312
<td>
331
 
 
332
 
 
333
313
</td>
334
314
</tr>
335
315
</tbody>
341
321
<pre class="programlisting">void                gedit_window_set_active_tab         (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window,
342
322
                                                         <a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a> *tab);</pre>
343
323
<p>
344
 
 
345
324
</p>
346
325
<div class="variablelist"><table border="0">
347
326
<col align="left" valign="top">
354
333
<tr>
355
334
<td><p><span class="term"><em class="parameter"><code>tab</code></em> :</span></p></td>
356
335
<td>
357
 
 
358
 
 
359
336
</td>
360
337
</tr>
361
338
</tbody>
364
341
<hr>
365
342
<div class="refsect2" lang="en">
366
343
<a name="gedit-window-get-active-view"></a><h3>gedit_window_get_active_view ()</h3>
367
 
<pre class="programlisting"><a class="link" href="GeditView.html" title="GeditView">GeditView</a>*          gedit_window_get_active_view        (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
 
344
<pre class="programlisting"><a class="link" href="GeditView.html" title="GeditView">GeditView</a> *         gedit_window_get_active_view        (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
368
345
<p>
369
 
 
370
346
</p>
371
347
<div class="variablelist"><table border="0">
372
348
<col align="left" valign="top">
379
355
<tr>
380
356
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
381
357
<td>
382
 
 
383
 
 
384
358
</td>
385
359
</tr>
386
360
</tbody>
389
363
<hr>
390
364
<div class="refsect2" lang="en">
391
365
<a name="gedit-window-get-active-document"></a><h3>gedit_window_get_active_document ()</h3>
392
 
<pre class="programlisting"><a class="link" href="GeditDocument.html" title="GeditDocument">GeditDocument</a>*      gedit_window_get_active_document    (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
 
366
<pre class="programlisting"><a class="link" href="GeditDocument.html" title="GeditDocument">GeditDocument</a> *     gedit_window_get_active_document    (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
393
367
<p>
394
 
 
395
368
</p>
396
369
<div class="variablelist"><table border="0">
397
370
<col align="left" valign="top">
404
377
<tr>
405
378
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
406
379
<td>
407
 
 
408
 
 
409
380
</td>
410
381
</tr>
411
382
</tbody>
414
385
<hr>
415
386
<div class="refsect2" lang="en">
416
387
<a name="gedit-window-get-documents"></a><h3>gedit_window_get_documents ()</h3>
417
 
<pre class="programlisting">GList*              gedit_window_get_documents          (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
 
388
<pre class="programlisting">GList *             gedit_window_get_documents          (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
418
389
<p>
419
 
 
420
390
</p>
421
391
<div class="variablelist"><table border="0">
422
392
<col align="left" valign="top">
429
399
<tr>
430
400
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
431
401
<td>
432
 
 
433
 
 
434
402
</td>
435
403
</tr>
436
404
</tbody>
439
407
<hr>
440
408
<div class="refsect2" lang="en">
441
409
<a name="gedit-window-get-unsaved-documents"></a><h3>gedit_window_get_unsaved_documents ()</h3>
442
 
<pre class="programlisting">GList*              gedit_window_get_unsaved_documents  (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
 
410
<pre class="programlisting">GList *             gedit_window_get_unsaved_documents  (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
443
411
<p>
444
 
 
445
412
</p>
446
413
<div class="variablelist"><table border="0">
447
414
<col align="left" valign="top">
454
421
<tr>
455
422
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
456
423
<td>
457
 
 
458
 
 
459
424
</td>
460
425
</tr>
461
426
</tbody>
464
429
<hr>
465
430
<div class="refsect2" lang="en">
466
431
<a name="gedit-window-get-views"></a><h3>gedit_window_get_views ()</h3>
467
 
<pre class="programlisting">GList*              gedit_window_get_views              (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
 
432
<pre class="programlisting">GList *             gedit_window_get_views              (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
468
433
<p>
469
 
 
470
434
</p>
471
435
<div class="variablelist"><table border="0">
472
436
<col align="left" valign="top">
479
443
<tr>
480
444
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
481
445
<td>
482
 
 
483
 
 
484
446
</td>
485
447
</tr>
486
448
</tbody>
489
451
<hr>
490
452
<div class="refsect2" lang="en">
491
453
<a name="gedit-window-get-group"></a><h3>gedit_window_get_group ()</h3>
492
 
<pre class="programlisting">GtkWindowGroup*     gedit_window_get_group              (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
 
454
<pre class="programlisting">GtkWindowGroup *    gedit_window_get_group              (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
493
455
<p>
494
 
 
495
456
</p>
496
457
<div class="variablelist"><table border="0">
497
458
<col align="left" valign="top">
504
465
<tr>
505
466
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
506
467
<td>
507
 
 
508
 
 
509
468
</td>
510
469
</tr>
511
470
</tbody>
514
473
<hr>
515
474
<div class="refsect2" lang="en">
516
475
<a name="gedit-window-get-side-panel"></a><h3>gedit_window_get_side_panel ()</h3>
517
 
<pre class="programlisting"><a class="link" href="GeditPanel.html" title="GeditPanel">GeditPanel</a>*         gedit_window_get_side_panel         (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
 
476
<pre class="programlisting"><a class="link" href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *        gedit_window_get_side_panel         (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
518
477
<p>
519
 
 
520
478
</p>
521
479
<div class="variablelist"><table border="0">
522
480
<col align="left" valign="top">
529
487
<tr>
530
488
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
531
489
<td>
532
 
 
533
 
 
534
490
</td>
535
491
</tr>
536
492
</tbody>
539
495
<hr>
540
496
<div class="refsect2" lang="en">
541
497
<a name="gedit-window-get-bottom-panel"></a><h3>gedit_window_get_bottom_panel ()</h3>
542
 
<pre class="programlisting"><a class="link" href="GeditPanel.html" title="GeditPanel">GeditPanel</a>*         gedit_window_get_bottom_panel       (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
 
498
<pre class="programlisting"><a class="link" href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *        gedit_window_get_bottom_panel       (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
543
499
<p>
544
 
 
545
500
</p>
546
501
<div class="variablelist"><table border="0">
547
502
<col align="left" valign="top">
554
509
<tr>
555
510
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
556
511
<td>
557
 
 
558
 
 
559
512
</td>
560
513
</tr>
561
514
</tbody>
564
517
<hr>
565
518
<div class="refsect2" lang="en">
566
519
<a name="gedit-window-get-statusbar"></a><h3>gedit_window_get_statusbar ()</h3>
567
 
<pre class="programlisting">GtkWidget*          gedit_window_get_statusbar          (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
 
520
<pre class="programlisting">GtkWidget *         gedit_window_get_statusbar          (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
568
521
<p>
569
 
 
570
522
</p>
571
523
<div class="variablelist"><table border="0">
572
524
<col align="left" valign="top">
579
531
<tr>
580
532
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
581
533
<td>
582
 
 
583
 
 
584
534
</td>
585
535
</tr>
586
536
</tbody>
589
539
<hr>
590
540
<div class="refsect2" lang="en">
591
541
<a name="gedit-window-get-ui-manager"></a><h3>gedit_window_get_ui_manager ()</h3>
592
 
<pre class="programlisting">GtkUIManager*       gedit_window_get_ui_manager         (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
 
542
<pre class="programlisting">GtkUIManager *      gedit_window_get_ui_manager         (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
593
543
<p>
594
 
 
595
544
</p>
596
545
<div class="variablelist"><table border="0">
597
546
<col align="left" valign="top">
604
553
<tr>
605
554
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
606
555
<td>
607
 
 
608
 
 
609
556
</td>
610
557
</tr>
611
558
</tbody>
616
563
<a name="gedit-window-get-state"></a><h3>gedit_window_get_state ()</h3>
617
564
<pre class="programlisting"><a class="link" href="GeditWindow.html#GeditWindowState" title="enum GeditWindowState">GeditWindowState</a>    gedit_window_get_state              (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window);</pre>
618
565
<p>
619
 
 
620
566
</p>
621
567
<div class="variablelist"><table border="0">
622
568
<col align="left" valign="top">
629
575
<tr>
630
576
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
631
577
<td>
632
 
 
633
 
 
634
578
</td>
635
579
</tr>
636
580
</tbody>
639
583
<hr>
640
584
<div class="refsect2" lang="en">
641
585
<a name="gedit-window-get-tab-from-uri"></a><h3>gedit_window_get_tab_from_uri ()</h3>
642
 
<pre class="programlisting"><a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a>*           gedit_window_get_tab_from_uri       (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window,
 
586
<pre class="programlisting"><a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a> *          gedit_window_get_tab_from_uri       (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *window,
643
587
                                                         const gchar *uri);</pre>
644
588
<p>
645
 
 
646
589
</p>
647
590
<div class="variablelist"><table border="0">
648
591
<col align="left" valign="top">
660
603
<tr>
661
604
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
662
605
<td>
663
 
 
664
 
 
665
606
</td>
666
607
</tr>
667
608
</tbody>
684
625
                                                        <a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a>    *arg1,
685
626
                                                        gpointer     user_data)        : Run First</pre>
686
627
<p>
687
 
 
688
628
</p>
689
629
<div class="variablelist"><table border="0">
690
630
<col align="left" valign="top">
697
637
<tr>
698
638
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
699
639
<td>
700
 
 
701
640
</td>
702
641
</tr>
703
642
<tr>
713
652
<pre class="programlisting">void                user_function                      (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *geditwindow,
714
653
                                                        gpointer     user_data)        : Run First</pre>
715
654
<p>
716
 
 
717
655
</p>
718
656
<div class="variablelist"><table border="0">
719
657
<col align="left" valign="top">
721
659
<tr>
722
660
<td><p><span class="term"><em class="parameter"><code>geditwindow</code></em> :</span></p></td>
723
661
<td>the object which received the signal.
724
 
 
725
662
</td>
726
663
</tr>
727
664
<tr>
738
675
                                                        <a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a>    *arg1,
739
676
                                                        gpointer     user_data)        : Run First</pre>
740
677
<p>
741
 
 
742
678
</p>
743
679
<div class="variablelist"><table border="0">
744
680
<col align="left" valign="top">
751
687
<tr>
752
688
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
753
689
<td>
754
 
 
755
690
</td>
756
691
</tr>
757
692
<tr>
768
703
                                                        <a class="link" href="GeditTab.html" title="GeditTab">GeditTab</a>    *arg1,
769
704
                                                        gpointer     user_data)        : Run First</pre>
770
705
<p>
771
 
 
772
706
</p>
773
707
<div class="variablelist"><table border="0">
774
708
<col align="left" valign="top">
781
715
<tr>
782
716
<td><p><span class="term"><em class="parameter"><code>arg1</code></em> :</span></p></td>
783
717
<td>
784
 
 
785
718
</td>
786
719
</tr>
787
720
<tr>
797
730
<pre class="programlisting">void                user_function                      (<a class="link" href="GeditWindow.html" title="GeditWindow">GeditWindow</a> *geditwindow,
798
731
                                                        gpointer     user_data)        : Run First</pre>
799
732
<p>
800
 
 
801
733
</p>
802
734
<div class="variablelist"><table border="0">
803
735
<col align="left" valign="top">
805
737
<tr>
806
738
<td><p><span class="term"><em class="parameter"><code>geditwindow</code></em> :</span></p></td>
807
739
<td>the object which received the signal.
808
 
 
809
740
</td>
810
741
</tr>
811
742
<tr>
819
750
</div>
820
751
<div class="footer">
821
752
<hr>
822
 
          Generated by GTK-Doc V1.10</div>
 
753
          Generated by GTK-Doc V1.11</div>
823
754
</body>
824
755
</html>