~ubuntu-branches/ubuntu/feisty/gedit/feisty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-03-11 20:36:11 UTC
  • mfrom: (1.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20070311203611-2ef3lnpfq33itrrd
Tags: 2.18.0-0ubuntu1
* New upstream version:
  - Include list of active plugins in BugBuddy reports
  - Make plugins work with python 2.5 on 64 bits architectures
  - Misc bugfixes
* debian/gedit.prerm:
  - don't remove alternative on upgrade (Ubuntu: #67698)
* debian/patches/80_fix_python_plugins_amd64.patch:
  - dropped, fixed with the new version

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="GeditNotebook.html" title="GeditNotebook">
10
10
<link rel="next" href="GeditPlugin.html" title="GeditPlugin">
11
 
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.8 (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="GeditPlugin.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="#id2547569" class="shortcut">Top</a>
25
 
                  &#160;|&#160;
26
 
                  <a href="#id2593180" class="shortcut">Description</a>
27
 
                  &#160;|&#160;
28
 
                  <a href="#id2561947" class="shortcut">Object Hierarchy</a>
29
 
                  &#160;|&#160;
30
 
                  <a href="#id2562008" class="shortcut">Implemented Interfaces</a>
31
 
                  &#160;|&#160;
32
 
                  <a href="#id2562029" class="shortcut">Properties</a>
33
 
                  &#160;|&#160;
34
 
                  <a href="#id2593051" class="shortcut">Signals</a></nobr></td></tr>
 
24
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2579428" class="shortcut">Top</a>
 
25
                  &#160;|&#160;
 
26
                  <a href="#id2593762" class="shortcut">Description</a>
 
27
                  &#160;|&#160;
 
28
                  <a href="#id2563227" class="shortcut">Object Hierarchy</a>
 
29
                  &#160;|&#160;
 
30
                  <a href="#id2593665" class="shortcut">Implemented Interfaces</a>
 
31
                  &#160;|&#160;
 
32
                  <a href="#id2593686" class="shortcut">Properties</a>
 
33
                  &#160;|&#160;
 
34
                  <a href="#id2593717" class="shortcut">Signals</a></nobr></td></tr>
35
35
</table>
36
36
<div class="refentry" lang="en">
37
37
<a name="GeditPanel"></a><div class="titlepage"></div>
38
38
<div class="refnamediv"><table width="100%"><tr>
39
39
<td valign="top">
40
40
<h2>
41
 
<a name="id2547569"></a><span class="refentrytitle">GeditPanel</span>
 
41
<a name="id2579428"></a><span class="refentrytitle">GeditPanel</span>
42
42
</h2>
43
43
<p>GeditPanel</p>
44
44
</td>
50
50
 
51
51
 
52
52
 
53
 
#define     <a href="GeditPanel.html#GEDIT-PANEL-CONST:CAPS">GEDIT_PANEL_CONST</a>               (obj)
54
 
            <a href="GeditPanel.html#GeditPanelPrivate">GeditPanelPrivate</a>;
55
 
            <a href="GeditPanel.html#GeditPanel-struct">GeditPanel</a>;
56
 
GtkWidget*  <a href="GeditPanel.html#gedit-panel-new">gedit_panel_new</a>                 (GtkOrientation orientation);
57
 
void        <a href="GeditPanel.html#gedit-panel-add-item">gedit_panel_add_item</a>            (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel,
58
 
                                             GtkWidget *item,
59
 
                                             const gchar *name,
60
 
                                             GtkWidget *image);
61
 
void        <a href="GeditPanel.html#gedit-panel-add-item-with-stock-icon">gedit_panel_add_item_with_stock_icon</a>
62
 
                                            (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel,
63
 
                                             GtkWidget *item,
64
 
                                             const gchar *name,
65
 
                                             const gchar *stock_id);
66
 
gboolean    <a href="GeditPanel.html#gedit-panel-remove-item">gedit_panel_remove_item</a>         (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel,
67
 
                                             GtkWidget *item);
68
 
gboolean    <a href="GeditPanel.html#gedit-panel-activate-item">gedit_panel_activate_item</a>       (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel,
69
 
                                             GtkWidget *item);
70
 
gboolean    <a href="GeditPanel.html#gedit-panel-item-is-active">gedit_panel_item_is_active</a>      (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel,
71
 
                                             GtkWidget *item);
72
 
GtkOrientation <a href="GeditPanel.html#gedit-panel-get-orientation">gedit_panel_get_orientation</a>  (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel);
73
 
gint        <a href="GeditPanel.html#gedit-panel-get-n-items">gedit_panel_get_n_items</a>         (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel);
 
53
#define             <a href="GeditPanel.html#GEDIT-PANEL-CONST:CAPS">GEDIT_PANEL_CONST</a>                   (obj)
 
54
                    <a href="GeditPanel.html#GeditPanelPrivate">GeditPanelPrivate</a>;
 
55
                    <a href="GeditPanel.html#GeditPanel-struct">GeditPanel</a>;
 
56
GtkWidget*          <a href="GeditPanel.html#gedit-panel-new">gedit_panel_new</a>                     (GtkOrientation orientation);
 
57
void                <a href="GeditPanel.html#gedit-panel-add-item">gedit_panel_add_item</a>                (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel,
 
58
                                                         GtkWidget *item,
 
59
                                                         const gchar *name,
 
60
                                                         GtkWidget *image);
 
61
void                <a href="GeditPanel.html#gedit-panel-add-item-with-stock-icon">gedit_panel_add_item_with_stock_icon</a>
 
62
                                                        (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel,
 
63
                                                         GtkWidget *item,
 
64
                                                         const gchar *name,
 
65
                                                         const gchar *stock_id);
 
66
gboolean            <a href="GeditPanel.html#gedit-panel-remove-item">gedit_panel_remove_item</a>             (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel,
 
67
                                                         GtkWidget *item);
 
68
gboolean            <a href="GeditPanel.html#gedit-panel-activate-item">gedit_panel_activate_item</a>           (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel,
 
69
                                                         GtkWidget *item);
 
70
gboolean            <a href="GeditPanel.html#gedit-panel-item-is-active">gedit_panel_item_is_active</a>          (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel,
 
71
                                                         GtkWidget *item);
 
72
GtkOrientation      <a href="GeditPanel.html#gedit-panel-get-orientation">gedit_panel_get_orientation</a>         (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel);
 
73
gint                <a href="GeditPanel.html#gedit-panel-get-n-items">gedit_panel_get_n_items</a>             (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel);
74
74
 
75
75
</pre>
76
76
</div>
77
77
<div class="refsect1" lang="en">
78
 
<a name="id2561947"></a><h2>Object Hierarchy</h2>
 
78
<a name="id2563227"></a><h2>Object Hierarchy</h2>
79
79
<pre class="synopsis">
80
80
 
81
81
  GObject
89
89
</pre>
90
90
</div>
91
91
<div class="refsect1" lang="en">
92
 
<a name="id2562008"></a><h2>Implemented Interfaces</h2>
 
92
<a name="id2593665"></a><h2>Implemented Interfaces</h2>
93
93
<p>
94
94
GeditPanel implements
95
95
 AtkImplementorIface.</p>
96
96
</div>
97
97
<div class="refsect1" lang="en">
98
 
<a name="id2562029"></a><h2>Properties</h2>
99
 
<pre class="synopsis">
100
 
 
101
 
  "<a href="GeditPanel.html#GeditPanel--orientation">orientation</a>"          GtkOrientation        : Read / Write / Construct Only
102
 
</pre>
103
 
</div>
104
 
<div class="refsect1" lang="en">
105
 
<a name="id2593051"></a><h2>Signals</h2>
106
 
<pre class="synopsis">
107
 
 
108
 
"<a href="GeditPanel.html#GeditPanel-close">close</a>"     void        user_function      (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *geditpanel,
109
 
                                            gpointer    user_data)       : Run last / Action
110
 
"<a href="GeditPanel.html#GeditPanel-focus-document">focus-document</a>"
111
 
            void        user_function      (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *geditpanel,
112
 
                                            gpointer    user_data)       : Run last / Action
113
 
"<a href="GeditPanel.html#GeditPanel-item-added">item-added</a>"
114
 
            void        user_function      (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *geditpanel,
115
 
                                            GtkWidget  *widget,
116
 
                                            gpointer    user_data)       : Run first
117
 
"<a href="GeditPanel.html#GeditPanel-item-removed">item-removed</a>"
118
 
            void        user_function      (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *geditpanel,
119
 
                                            GtkWidget  *widget,
120
 
                                            gpointer    user_data)       : Run first
121
 
</pre>
122
 
</div>
123
 
<div class="refsect1" lang="en">
124
 
<a name="id2593180"></a><h2>Description</h2>
 
98
<a name="id2593686"></a><h2>Properties</h2>
 
99
<pre class="synopsis">
 
100
 
 
101
  "<a href="GeditPanel.html#GeditPanel--orientation">orientation</a>"              GtkOrientation        : Read / Write / Construct Only
 
102
</pre>
 
103
</div>
 
104
<div class="refsect1" lang="en">
 
105
<a name="id2593717"></a><h2>Signals</h2>
 
106
<pre class="synopsis">
 
107
 
 
108
  "<a href="GeditPanel.html#GeditPanel-close">close</a>"                                          : Run Last / Action
 
109
  "<a href="GeditPanel.html#GeditPanel-focus-document">focus-document</a>"                                 : Run Last / Action
 
110
  "<a href="GeditPanel.html#GeditPanel-item-added">item-added</a>"                                     : Run First
 
111
  "<a href="GeditPanel.html#GeditPanel-item-removed">item-removed</a>"                                   : Run First
 
112
</pre>
 
113
</div>
 
114
<div class="refsect1" lang="en">
 
115
<a name="id2593762"></a><h2>Description</h2>
125
116
<p>
126
117
 
127
118
</p>
128
119
</div>
129
120
<div class="refsect1" lang="en">
130
 
<a name="id2593196"></a><h2>Details</h2>
 
121
<a name="id2593778"></a><h2>Details</h2>
131
122
<div class="refsect2" lang="en">
132
 
<a name="id2593207"></a><h3>
 
123
<a name="id2593788"></a><h3>
133
124
<a name="GEDIT-PANEL-CONST:CAPS"></a>GEDIT_PANEL_CONST()</h3>
134
 
<a class="indexterm" name="id2593219"></a><pre class="programlisting">#define GEDIT_PANEL_CONST(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), GEDIT_TYPE_PANEL, GeditPanel const))
 
125
<a class="indexterm" name="id2593800"></a><pre class="programlisting">#define GEDIT_PANEL_CONST(obj)            (G_TYPE_CHECK_INSTANCE_CAST((obj), GEDIT_TYPE_PANEL, GeditPanel const))
135
126
</pre>
136
127
<p>
137
128
 
149
140
</div>
150
141
<hr>
151
142
<div class="refsect2" lang="en">
152
 
<a name="id2593255"></a><h3>
 
143
<a name="id2553345"></a><h3>
153
144
<a name="GeditPanelPrivate"></a>GeditPanelPrivate</h3>
154
 
<a class="indexterm" name="id2593267"></a><pre class="programlisting">typedef struct _GeditPanelPrivate GeditPanelPrivate;</pre>
 
145
<a class="indexterm" name="id2553357"></a><pre class="programlisting">typedef struct _GeditPanelPrivate GeditPanelPrivate;</pre>
155
146
<p>
156
147
 
157
148
</p>
158
149
</div>
159
150
<hr>
160
151
<div class="refsect2" lang="en">
161
 
<a name="id2593284"></a><h3>
 
152
<a name="id2553374"></a><h3>
162
153
<a name="GeditPanel-struct"></a>GeditPanel</h3>
163
 
<a class="indexterm" name="id2593297"></a><pre class="programlisting">typedef struct _GeditPanel GeditPanel;</pre>
 
154
<a class="indexterm" name="id2553386"></a><pre class="programlisting">typedef struct _GeditPanel GeditPanel;</pre>
164
155
<p>
165
156
 
166
157
</p>
167
158
</div>
168
159
<hr>
169
160
<div class="refsect2" lang="en">
170
 
<a name="id2593312"></a><h3>
 
161
<a name="id2553401"></a><h3>
171
162
<a name="gedit-panel-new"></a>gedit_panel_new ()</h3>
172
 
<a class="indexterm" name="id2593325"></a><pre class="programlisting">GtkWidget*  gedit_panel_new                 (GtkOrientation orientation);</pre>
 
163
<a class="indexterm" name="id2553414"></a><pre class="programlisting">GtkWidget*          gedit_panel_new                     (GtkOrientation orientation);</pre>
173
164
<p>
174
165
 
175
166
</p>
193
184
</div>
194
185
<hr>
195
186
<div class="refsect2" lang="en">
196
 
<a name="id2593382"></a><h3>
 
187
<a name="id2553471"></a><h3>
197
188
<a name="gedit-panel-add-item"></a>gedit_panel_add_item ()</h3>
198
 
<a class="indexterm" name="id2593393"></a><pre class="programlisting">void        gedit_panel_add_item            (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel,
199
 
                                             GtkWidget *item,
200
 
                                             const gchar *name,
201
 
                                             GtkWidget *image);</pre>
 
189
<a class="indexterm" name="id2553482"></a><pre class="programlisting">void                gedit_panel_add_item                (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel,
 
190
                                                         GtkWidget *item,
 
191
                                                         const gchar *name,
 
192
                                                         GtkWidget *image);</pre>
202
193
<p>
203
194
 
204
195
</p>
232
223
</div>
233
224
<hr>
234
225
<div class="refsect2" lang="en">
235
 
<a name="id2593502"></a><h3>
 
226
<a name="id2591787"></a><h3>
236
227
<a name="gedit-panel-add-item-with-stock-icon"></a>gedit_panel_add_item_with_stock_icon ()</h3>
237
 
<a class="indexterm" name="id2593515"></a><pre class="programlisting">void        gedit_panel_add_item_with_stock_icon
238
 
                                            (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel,
239
 
                                             GtkWidget *item,
240
 
                                             const gchar *name,
241
 
                                             const gchar *stock_id);</pre>
 
228
<a class="indexterm" name="id2591799"></a><pre class="programlisting">void                gedit_panel_add_item_with_stock_icon
 
229
                                                        (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel,
 
230
                                                         GtkWidget *item,
 
231
                                                         const gchar *name,
 
232
                                                         const gchar *stock_id);</pre>
242
233
<p>
243
234
 
244
235
</p>
272
263
</div>
273
264
<hr>
274
265
<div class="refsect2" lang="en">
275
 
<a name="id2593626"></a><h3>
 
266
<a name="id2591910"></a><h3>
276
267
<a name="gedit-panel-remove-item"></a>gedit_panel_remove_item ()</h3>
277
 
<a class="indexterm" name="id2593637"></a><pre class="programlisting">gboolean    gedit_panel_remove_item         (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel,
278
 
                                             GtkWidget *item);</pre>
 
268
<a class="indexterm" name="id2591922"></a><pre class="programlisting">gboolean            gedit_panel_remove_item             (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel,
 
269
                                                         GtkWidget *item);</pre>
279
270
<p>
280
271
 
281
272
</p>
304
295
</div>
305
296
<hr>
306
297
<div class="refsect2" lang="en">
307
 
<a name="id2593714"></a><h3>
 
298
<a name="id2591999"></a><h3>
308
299
<a name="gedit-panel-activate-item"></a>gedit_panel_activate_item ()</h3>
309
 
<a class="indexterm" name="id2601601"></a><pre class="programlisting">gboolean    gedit_panel_activate_item       (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel,
310
 
                                             GtkWidget *item);</pre>
 
300
<a class="indexterm" name="id2592010"></a><pre class="programlisting">gboolean            gedit_panel_activate_item           (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel,
 
301
                                                         GtkWidget *item);</pre>
311
302
<p>
312
303
 
313
304
</p>
336
327
</div>
337
328
<hr>
338
329
<div class="refsect2" lang="en">
339
 
<a name="id2601670"></a><h3>
 
330
<a name="id2601226"></a><h3>
340
331
<a name="gedit-panel-item-is-active"></a>gedit_panel_item_is_active ()</h3>
341
 
<a class="indexterm" name="id2601680"></a><pre class="programlisting">gboolean    gedit_panel_item_is_active      (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel,
342
 
                                             GtkWidget *item);</pre>
 
332
<a class="indexterm" name="id2601237"></a><pre class="programlisting">gboolean            gedit_panel_item_is_active          (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel,
 
333
                                                         GtkWidget *item);</pre>
343
334
<p>
344
335
 
345
336
</p>
368
359
</div>
369
360
<hr>
370
361
<div class="refsect2" lang="en">
371
 
<a name="id2601751"></a><h3>
 
362
<a name="id2601306"></a><h3>
372
363
<a name="gedit-panel-get-orientation"></a>gedit_panel_get_orientation ()</h3>
373
 
<a class="indexterm" name="id2601763"></a><pre class="programlisting">GtkOrientation gedit_panel_get_orientation  (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel);</pre>
 
364
<a class="indexterm" name="id2601316"></a><pre class="programlisting">GtkOrientation      gedit_panel_get_orientation         (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel);</pre>
374
365
<p>
375
366
 
376
367
</p>
394
385
</div>
395
386
<hr>
396
387
<div class="refsect2" lang="en">
397
 
<a name="id2601819"></a><h3>
 
388
<a name="id2601366"></a><h3>
398
389
<a name="gedit-panel-get-n-items"></a>gedit_panel_get_n_items ()</h3>
399
 
<a class="indexterm" name="id2601830"></a><pre class="programlisting">gint        gedit_panel_get_n_items         (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel);</pre>
 
390
<a class="indexterm" name="id2601377"></a><pre class="programlisting">gint                gedit_panel_get_n_items             (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *panel);</pre>
400
391
<p>
401
392
 
402
393
</p>
420
411
</div>
421
412
</div>
422
413
<div class="refsect1" lang="en">
423
 
<a name="id2601888"></a><h2>Property Details</h2>
 
414
<a name="id2601434"></a><h2>Property Details</h2>
424
415
<div class="refsect2" lang="en">
425
 
<a name="id2601899"></a><h3>
 
416
<a name="id2601445"></a><h3>
426
417
<a name="GeditPanel--orientation"></a>The "<code class="literal">orientation</code>" property</h3>
427
 
<a class="indexterm" name="id2601912"></a><pre class="programlisting">  "orientation"          GtkOrientation        : Read / Write / Construct Only</pre>
 
418
<a class="indexterm" name="id2601459"></a><pre class="programlisting">  "orientation"              GtkOrientation        : Read / Write / Construct Only</pre>
428
419
<p>The panel's orientation.</p>
429
420
<p>Default value: GTK_ORIENTATION_VERTICAL</p>
430
421
</div>
431
422
</div>
432
423
<div class="refsect1" lang="en">
433
 
<a name="id2601940"></a><h2>Signal Details</h2>
 
424
<a name="id2601486"></a><h2>Signal Details</h2>
434
425
<div class="refsect2" lang="en">
435
 
<a name="id2601951"></a><h3>
 
426
<a name="id2601497"></a><h3>
436
427
<a name="GeditPanel-close"></a>The "close" signal</h3>
437
 
<a class="indexterm" name="id2601959"></a><pre class="programlisting">void        user_function                  (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *geditpanel,
438
 
                                            gpointer    user_data)       : Run last / Action</pre>
 
428
<a class="indexterm" name="id2601506"></a><pre class="programlisting">void                user_function                      (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *geditpanel,
 
429
                                                        gpointer    user_data)       : Run Last / Action</pre>
439
430
<p>
440
431
 
441
432
</p>
457
448
</div>
458
449
<hr>
459
450
<div class="refsect2" lang="en">
460
 
<a name="id2602027"></a><h3>
 
451
<a name="id2601574"></a><h3>
461
452
<a name="GeditPanel-focus-document"></a>The "focus-document" signal</h3>
462
 
<a class="indexterm" name="id2602034"></a><pre class="programlisting">void        user_function                  (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *geditpanel,
463
 
                                            gpointer    user_data)       : Run last / Action</pre>
 
453
<a class="indexterm" name="id2601581"></a><pre class="programlisting">void                user_function                      (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *geditpanel,
 
454
                                                        gpointer    user_data)       : Run Last / Action</pre>
464
455
<p>
465
456
 
466
457
</p>
482
473
</div>
483
474
<hr>
484
475
<div class="refsect2" lang="en">
485
 
<a name="id2602102"></a><h3>
 
476
<a name="id2601649"></a><h3>
486
477
<a name="GeditPanel-item-added"></a>The "item-added" signal</h3>
487
 
<a class="indexterm" name="id2602109"></a><pre class="programlisting">void        user_function                  (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *geditpanel,
488
 
                                            GtkWidget  *widget,
489
 
                                            gpointer    user_data)       : Run first</pre>
 
478
<a class="indexterm" name="id2601657"></a><pre class="programlisting">void                user_function                      (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *geditpanel,
 
479
                                                        GtkWidget  *widget,
 
480
                                                        gpointer    user_data)       : Run First</pre>
490
481
<p>
491
482
 
492
483
</p>
513
504
</div>
514
505
<hr>
515
506
<div class="refsect2" lang="en">
516
 
<a name="id2602197"></a><h3>
 
507
<a name="id2601745"></a><h3>
517
508
<a name="GeditPanel-item-removed"></a>The "item-removed" signal</h3>
518
 
<a class="indexterm" name="id2602205"></a><pre class="programlisting">void        user_function                  (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *geditpanel,
519
 
                                            GtkWidget  *widget,
520
 
                                            gpointer    user_data)       : Run first</pre>
 
509
<a class="indexterm" name="id2601753"></a><pre class="programlisting">void                user_function                      (<a href="GeditPanel.html" title="GeditPanel">GeditPanel</a> *geditpanel,
 
510
                                                        GtkWidget  *widget,
 
511
                                                        gpointer    user_data)       : Run First</pre>
521
512
<p>
522
513
 
523
514
</p>