~ubuntu-branches/ubuntu/vivid/gedit/vivid

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-04-14 16:41:13 UTC
  • mfrom: (1.1.78 upstream)
  • Revision ID: james.westby@ubuntu.com-20100414164113-0xgl3u73pcs0ngbc
Tags: 2.30.0git20100413-0ubuntu1
* Updating to git snaptshot since 2.30.1 will be after lucid
* debian/patches/90_autoconf.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>GeditPanel</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
 
<link rel="home" href="index.html" title="gedit Reference Manual">
8
 
<link rel="up" href="ch01.html" title="gedit">
9
 
<link rel="prev" href="GeditNotebook.html" title="GeditNotebook">
10
 
<link rel="next" href="GeditPlugin.html" title="GeditPlugin">
11
 
<meta name="generator" content="GTK-Doc V1.13 (XML mode)">
12
 
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="chapter" href="ch01.html" title="gedit">
14
 
</head>
15
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
16
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
17
 
<tr valign="middle">
18
 
<td><a accesskey="p" href="GeditNotebook.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
19
 
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
20
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
21
 
<th width="100%" align="center">gedit Reference Manual</th>
22
 
<td><a accesskey="n" href="GeditPlugin.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
23
 
</tr>
24
 
<tr><td colspan="5" class="shortcuts">
25
 
<a href="#GeditPanel.synopsis" class="shortcut">Top</a>
26
 
                   | 
27
 
                  <a href="#GeditPanel.description" class="shortcut">Description</a>
28
 
                   | 
29
 
                  <a href="#GeditPanel.object-hierarchy" class="shortcut">Object Hierarchy</a>
30
 
                   | 
31
 
                  <a href="#GeditPanel.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
32
 
                   | 
33
 
                  <a href="#GeditPanel.properties" class="shortcut">Properties</a>
34
 
                   | 
35
 
                  <a href="#GeditPanel.signals" class="shortcut">Signals</a>
36
 
</td></tr>
37
 
</table>
38
 
<div class="refentry" title="GeditPanel">
39
 
<a name="GeditPanel"></a><div class="titlepage"></div>
40
 
<div class="refnamediv"><table width="100%"><tr>
41
 
<td valign="top">
42
 
<h2><span class="refentrytitle"><a name="GeditPanel.top_of_page"></a>GeditPanel</span></h2>
43
 
<p>GeditPanel</p>
44
 
</td>
45
 
<td valign="top" align="right"></td>
46
 
</tr></table></div>
47
 
<div class="refsynopsisdiv" title="Synopsis">
48
 
<a name="GeditPanel.synopsis"></a><h2>Synopsis</h2>
49
 
<pre class="synopsis">                    <a class="link" href="GeditPanel.html#GeditPanelPrivate" title="GeditPanelPrivate">GeditPanelPrivate</a>;
50
 
                    <a class="link" href="GeditPanel.html#GeditPanel-struct" title="GeditPanel">GeditPanel</a>;
51
 
<a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GeditPanel.html#gedit-panel-new" title="gedit_panel_new ()">gedit_panel_new</a>                     (<a href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkOrientation"><span class="returnvalue">GtkOrientation</span></a> orientation);
52
 
<span class="returnvalue">void</span>                <a class="link" href="GeditPanel.html#gedit-panel-add-item" title="gedit_panel_add_item ()">gedit_panel_add_item</a>                (<a class="link" href="GeditPanel.html" title="GeditPanel"><span class="returnvalue">GeditPanel</span></a> *panel,
53
 
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *item,
54
 
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *name,
55
 
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *image);
56
 
<span class="returnvalue">void</span>                <a class="link" href="GeditPanel.html#gedit-panel-add-item-with-stock-icon" title="gedit_panel_add_item_with_stock_icon ()">gedit_panel_add_item_with_stock_icon</a>
57
 
                                                        (<a class="link" href="GeditPanel.html" title="GeditPanel"><span class="returnvalue">GeditPanel</span></a> *panel,
58
 
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *item,
59
 
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *name,
60
 
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *stock_id);
61
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GeditPanel.html#gedit-panel-remove-item" title="gedit_panel_remove_item ()">gedit_panel_remove_item</a>             (<a class="link" href="GeditPanel.html" title="GeditPanel"><span class="returnvalue">GeditPanel</span></a> *panel,
62
 
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *item);
63
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GeditPanel.html#gedit-panel-activate-item" title="gedit_panel_activate_item ()">gedit_panel_activate_item</a>           (<a class="link" href="GeditPanel.html" title="GeditPanel"><span class="returnvalue">GeditPanel</span></a> *panel,
64
 
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *item);
65
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GeditPanel.html#gedit-panel-item-is-active" title="gedit_panel_item_is_active ()">gedit_panel_item_is_active</a>          (<a class="link" href="GeditPanel.html" title="GeditPanel"><span class="returnvalue">GeditPanel</span></a> *panel,
66
 
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *item);
67
 
<a href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkOrientation"><span class="returnvalue">GtkOrientation</span></a>      <a class="link" href="GeditPanel.html#gedit-panel-get-orientation" title="gedit_panel_get_orientation ()">gedit_panel_get_orientation</a>         (<a class="link" href="GeditPanel.html" title="GeditPanel"><span class="returnvalue">GeditPanel</span></a> *panel);
68
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="GeditPanel.html#gedit-panel-get-n-items" title="gedit_panel_get_n_items ()">gedit_panel_get_n_items</a>             (<a class="link" href="GeditPanel.html" title="GeditPanel"><span class="returnvalue">GeditPanel</span></a> *panel);
69
 
</pre>
70
 
</div>
71
 
<div class="refsect1" title="Object Hierarchy">
72
 
<a name="GeditPanel.object-hierarchy"></a><h2>Object Hierarchy</h2>
73
 
<pre class="synopsis">
74
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
75
 
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
76
 
         +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html">GtkObject</a>
77
 
               +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html">GtkWidget</a>
78
 
                     +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html">GtkContainer</a>
79
 
                           +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkBox.html">GtkBox</a>
80
 
                                 +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkVBox.html">GtkVBox</a>
81
 
                                       +----GeditPanel
82
 
</pre>
83
 
</div>
84
 
<div class="refsect1" title="Implemented Interfaces">
85
 
<a name="GeditPanel.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
86
 
<p>
87
 
GeditPanel implements
88
 
 AtkImplementorIface,  <a href="http://library.gnome.org/devel/gtk/unstable/gtk-gtkbuildable.html#GtkBuildable">GtkBuildable</a> and  <a href="http://library.gnome.org/devel/gtk/unstable/gtk-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
89
 
</div>
90
 
<div class="refsect1" title="Properties">
91
 
<a name="GeditPanel.properties"></a><h2>Properties</h2>
92
 
<pre class="synopsis">
93
 
  "<a class="link" href="GeditPanel.html#GeditPanel--orientation" title='The "orientation" property'>orientation</a>"              <a href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkOrientation"><span class="type">GtkOrientation</span></a>        : Read / Write / Construct Only
94
 
</pre>
95
 
</div>
96
 
<div class="refsect1" title="Signals">
97
 
<a name="GeditPanel.signals"></a><h2>Signals</h2>
98
 
<pre class="synopsis">
99
 
  "<a class="link" href="GeditPanel.html#GeditPanel-close" title='The "close" signal'>close</a>"                                          : Run Last / Action
100
 
  "<a class="link" href="GeditPanel.html#GeditPanel-focus-document" title='The "focus-document" signal'>focus-document</a>"                                 : Run Last / Action
101
 
  "<a class="link" href="GeditPanel.html#GeditPanel-item-added" title='The "item-added" signal'>item-added</a>"                                     : Run First
102
 
  "<a class="link" href="GeditPanel.html#GeditPanel-item-removed" title='The "item-removed" signal'>item-removed</a>"                                   : Run First
103
 
</pre>
104
 
</div>
105
 
<div class="refsect1" title="Description">
106
 
<a name="GeditPanel.description"></a><h2>Description</h2>
107
 
<p>
108
 
</p>
109
 
</div>
110
 
<div class="refsect1" title="Details">
111
 
<a name="GeditPanel.details"></a><h2>Details</h2>
112
 
<div class="refsect2" title="GeditPanelPrivate">
113
 
<a name="GeditPanelPrivate"></a><h3>GeditPanelPrivate</h3>
114
 
<pre class="programlisting">typedef struct _GeditPanelPrivate GeditPanelPrivate;</pre>
115
 
<p>
116
 
</p>
117
 
</div>
118
 
<hr>
119
 
<div class="refsect2" title="GeditPanel">
120
 
<a name="GeditPanel-struct"></a><h3>GeditPanel</h3>
121
 
<pre class="programlisting">typedef struct _GeditPanel GeditPanel;</pre>
122
 
<p>
123
 
</p>
124
 
</div>
125
 
<hr>
126
 
<div class="refsect2" title="gedit_panel_new ()">
127
 
<a name="gedit-panel-new"></a><h3>gedit_panel_new ()</h3>
128
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         gedit_panel_new                     (<a href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkOrientation"><span class="returnvalue">GtkOrientation</span></a> orientation);</pre>
129
 
<p>
130
 
Creates a new <a class="link" href="GeditPanel.html" title="GeditPanel"><span class="type">GeditPanel</span></a> with the given <em class="parameter"><code>orientation</code></em>. You shouldn't create
131
 
a new panel use <a class="link" href="GeditWindow.html#gedit-window-get-side-panel" title="gedit_window_get_side_panel ()"><code class="function">gedit_window_get_side_panel()</code></a> or <a class="link" href="GeditWindow.html#gedit-window-get-bottom-panel" title="gedit_window_get_bottom_panel ()"><code class="function">gedit_window_get_bottom_panel()</code></a>
132
 
instead.</p>
133
 
<div class="variablelist"><table border="0">
134
 
<col align="left" valign="top">
135
 
<tbody>
136
 
<tr>
137
 
<td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
138
 
<td> a <a href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkOrientation"><span class="type">GtkOrientation</span></a>
139
 
</td>
140
 
</tr>
141
 
<tr>
142
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
143
 
<td> a new <a class="link" href="GeditPanel.html" title="GeditPanel"><span class="type">GeditPanel</span></a> object.
144
 
</td>
145
 
</tr>
146
 
</tbody>
147
 
</table></div>
148
 
</div>
149
 
<hr>
150
 
<div class="refsect2" title="gedit_panel_add_item ()">
151
 
<a name="gedit-panel-add-item"></a><h3>gedit_panel_add_item ()</h3>
152
 
<pre class="programlisting"><span class="returnvalue">void</span>                gedit_panel_add_item                (<a class="link" href="GeditPanel.html" title="GeditPanel"><span class="returnvalue">GeditPanel</span></a> *panel,
153
 
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *item,
154
 
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *name,
155
 
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *image);</pre>
156
 
<p>
157
 
Adds a new item to the <em class="parameter"><code>panel</code></em>.</p>
158
 
<div class="variablelist"><table border="0">
159
 
<col align="left" valign="top">
160
 
<tbody>
161
 
<tr>
162
 
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
163
 
<td> a <a class="link" href="GeditPanel.html" title="GeditPanel"><span class="type">GeditPanel</span></a>
164
 
</td>
165
 
</tr>
166
 
<tr>
167
 
<td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
168
 
<td> the <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a> to add to the <em class="parameter"><code>panel</code></em>
169
 
</td>
170
 
</tr>
171
 
<tr>
172
 
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
173
 
<td> the name to be shown in the <em class="parameter"><code>panel</code></em>
174
 
</td>
175
 
</tr>
176
 
<tr>
177
 
<td><p><span class="term"><em class="parameter"><code>image</code></em> :</span></p></td>
178
 
<td> the image to be shown in the <em class="parameter"><code>panel</code></em>
179
 
</td>
180
 
</tr>
181
 
</tbody>
182
 
</table></div>
183
 
</div>
184
 
<hr>
185
 
<div class="refsect2" title="gedit_panel_add_item_with_stock_icon ()">
186
 
<a name="gedit-panel-add-item-with-stock-icon"></a><h3>gedit_panel_add_item_with_stock_icon ()</h3>
187
 
<pre class="programlisting"><span class="returnvalue">void</span>                gedit_panel_add_item_with_stock_icon
188
 
                                                        (<a class="link" href="GeditPanel.html" title="GeditPanel"><span class="returnvalue">GeditPanel</span></a> *panel,
189
 
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *item,
190
 
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *name,
191
 
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *stock_id);</pre>
192
 
<p>
193
 
Same as <a class="link" href="GeditPanel.html#gedit-panel-add-item" title="gedit_panel_add_item ()"><code class="function">gedit_panel_add_item()</code></a> but using an image from stock.</p>
194
 
<div class="variablelist"><table border="0">
195
 
<col align="left" valign="top">
196
 
<tbody>
197
 
<tr>
198
 
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
199
 
<td> a <a class="link" href="GeditPanel.html" title="GeditPanel"><span class="type">GeditPanel</span></a>
200
 
</td>
201
 
</tr>
202
 
<tr>
203
 
<td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
204
 
<td> the <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a> to add to the <em class="parameter"><code>panel</code></em>
205
 
</td>
206
 
</tr>
207
 
<tr>
208
 
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
209
 
<td> the name to be shown in the <em class="parameter"><code>panel</code></em>
210
 
</td>
211
 
</tr>
212
 
<tr>
213
 
<td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
214
 
<td> a stock id
215
 
</td>
216
 
</tr>
217
 
</tbody>
218
 
</table></div>
219
 
</div>
220
 
<hr>
221
 
<div class="refsect2" title="gedit_panel_remove_item ()">
222
 
<a name="gedit-panel-remove-item"></a><h3>gedit_panel_remove_item ()</h3>
223
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gedit_panel_remove_item             (<a class="link" href="GeditPanel.html" title="GeditPanel"><span class="returnvalue">GeditPanel</span></a> *panel,
224
 
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *item);</pre>
225
 
<p>
226
 
Removes the widget <em class="parameter"><code>item</code></em> from the panel if it is in the <em class="parameter"><code>panel</code></em> and returns
227
 
TRUE if there was not any problem.</p>
228
 
<div class="variablelist"><table border="0">
229
 
<col align="left" valign="top">
230
 
<tbody>
231
 
<tr>
232
 
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
233
 
<td> a <a class="link" href="GeditPanel.html" title="GeditPanel"><span class="type">GeditPanel</span></a>
234
 
</td>
235
 
</tr>
236
 
<tr>
237
 
<td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
238
 
<td> the item to be removed from the panel
239
 
</td>
240
 
</tr>
241
 
<tr>
242
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
243
 
<td> TRUE if it was well removed.
244
 
</td>
245
 
</tr>
246
 
</tbody>
247
 
</table></div>
248
 
</div>
249
 
<hr>
250
 
<div class="refsect2" title="gedit_panel_activate_item ()">
251
 
<a name="gedit-panel-activate-item"></a><h3>gedit_panel_activate_item ()</h3>
252
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gedit_panel_activate_item           (<a class="link" href="GeditPanel.html" title="GeditPanel"><span class="returnvalue">GeditPanel</span></a> *panel,
253
 
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *item);</pre>
254
 
<p>
255
 
Switches to the page that contains <em class="parameter"><code>item</code></em>.</p>
256
 
<div class="variablelist"><table border="0">
257
 
<col align="left" valign="top">
258
 
<tbody>
259
 
<tr>
260
 
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
261
 
<td> a <a class="link" href="GeditPanel.html" title="GeditPanel"><span class="type">GeditPanel</span></a>
262
 
</td>
263
 
</tr>
264
 
<tr>
265
 
<td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
266
 
<td> the item to be activated
267
 
</td>
268
 
</tr>
269
 
<tr>
270
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
271
 
<td> TRUE if it was activated
272
 
</td>
273
 
</tr>
274
 
</tbody>
275
 
</table></div>
276
 
</div>
277
 
<hr>
278
 
<div class="refsect2" title="gedit_panel_item_is_active ()">
279
 
<a name="gedit-panel-item-is-active"></a><h3>gedit_panel_item_is_active ()</h3>
280
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gedit_panel_item_is_active          (<a class="link" href="GeditPanel.html" title="GeditPanel"><span class="returnvalue">GeditPanel</span></a> *panel,
281
 
                                                         <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *item);</pre>
282
 
<p>
283
 
Wheter <em class="parameter"><code>item</code></em> is the one current active in <em class="parameter"><code>panel</code></em></p>
284
 
<div class="variablelist"><table border="0">
285
 
<col align="left" valign="top">
286
 
<tbody>
287
 
<tr>
288
 
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
289
 
<td> a <a class="link" href="GeditPanel.html" title="GeditPanel"><span class="type">GeditPanel</span></a>
290
 
</td>
291
 
</tr>
292
 
<tr>
293
 
<td><p><span class="term"><em class="parameter"><code>item</code></em> :</span></p></td>
294
 
<td> a widget contained in <a class="link" href="GeditPanel.html" title="GeditPanel"><span class="type">GeditPanel</span></a>
295
 
</td>
296
 
</tr>
297
 
<tr>
298
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
299
 
<td> TRUE if the widget is active
300
 
</td>
301
 
</tr>
302
 
</tbody>
303
 
</table></div>
304
 
</div>
305
 
<hr>
306
 
<div class="refsect2" title="gedit_panel_get_orientation ()">
307
 
<a name="gedit-panel-get-orientation"></a><h3>gedit_panel_get_orientation ()</h3>
308
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkOrientation"><span class="returnvalue">GtkOrientation</span></a>      gedit_panel_get_orientation         (<a class="link" href="GeditPanel.html" title="GeditPanel"><span class="returnvalue">GeditPanel</span></a> *panel);</pre>
309
 
<p>
310
 
Gets the orientation of the <em class="parameter"><code>panel</code></em>.</p>
311
 
<div class="variablelist"><table border="0">
312
 
<col align="left" valign="top">
313
 
<tbody>
314
 
<tr>
315
 
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
316
 
<td> a <a class="link" href="GeditPanel.html" title="GeditPanel"><span class="type">GeditPanel</span></a>
317
 
</td>
318
 
</tr>
319
 
<tr>
320
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
321
 
<td> the <a href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkOrientation"><span class="type">GtkOrientation</span></a> of <a class="link" href="GeditPanel.html" title="GeditPanel"><span class="type">GeditPanel</span></a>
322
 
</td>
323
 
</tr>
324
 
</tbody>
325
 
</table></div>
326
 
</div>
327
 
<hr>
328
 
<div class="refsect2" title="gedit_panel_get_n_items ()">
329
 
<a name="gedit-panel-get-n-items"></a><h3>gedit_panel_get_n_items ()</h3>
330
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                gedit_panel_get_n_items             (<a class="link" href="GeditPanel.html" title="GeditPanel"><span class="returnvalue">GeditPanel</span></a> *panel);</pre>
331
 
<p>
332
 
Gets the number of items in a <em class="parameter"><code>panel</code></em>.</p>
333
 
<div class="variablelist"><table border="0">
334
 
<col align="left" valign="top">
335
 
<tbody>
336
 
<tr>
337
 
<td><p><span class="term"><em class="parameter"><code>panel</code></em> :</span></p></td>
338
 
<td> a <a class="link" href="GeditPanel.html" title="GeditPanel"><span class="type">GeditPanel</span></a>
339
 
</td>
340
 
</tr>
341
 
<tr>
342
 
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
343
 
<td> the number of items contained in <a class="link" href="GeditPanel.html" title="GeditPanel"><span class="type">GeditPanel</span></a>
344
 
</td>
345
 
</tr>
346
 
</tbody>
347
 
</table></div>
348
 
</div>
349
 
</div>
350
 
<div class="refsect1" title="Property Details">
351
 
<a name="GeditPanel.property-details"></a><h2>Property Details</h2>
352
 
<div class="refsect2" title='The "orientation" property'>
353
 
<a name="GeditPanel--orientation"></a><h3>The <code class="literal">"orientation"</code> property</h3>
354
 
<pre class="programlisting">  "orientation"              <a href="http://library.gnome.org/devel/gtk/unstable/gtk-Standard-Enumerations.html#GtkOrientation"><span class="type">GtkOrientation</span></a>        : Read / Write / Construct Only</pre>
355
 
<p>The panel's orientation.</p>
356
 
<p>Default value: GTK_ORIENTATION_VERTICAL</p>
357
 
</div>
358
 
</div>
359
 
<div class="refsect1" title="Signal Details">
360
 
<a name="GeditPanel.signal-details"></a><h2>Signal Details</h2>
361
 
<div class="refsect2" title='The "close" signal'>
362
 
<a name="GeditPanel-close"></a><h3>The <code class="literal">"close"</code> signal</h3>
363
 
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GeditPanel.html" title="GeditPanel"><span class="type">GeditPanel</span></a> *geditpanel,
364
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>    user_data)       : Run Last / Action</pre>
365
 
<p>
366
 
</p>
367
 
<div class="variablelist"><table border="0">
368
 
<col align="left" valign="top">
369
 
<tbody>
370
 
<tr>
371
 
<td><p><span class="term"><em class="parameter"><code>geditpanel</code></em> :</span></p></td>
372
 
<td>the object which received the signal.
373
 
</td>
374
 
</tr>
375
 
<tr>
376
 
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
377
 
<td>user data set when the signal handler was connected.</td>
378
 
</tr>
379
 
</tbody>
380
 
</table></div>
381
 
</div>
382
 
<hr>
383
 
<div class="refsect2" title='The "focus-document" signal'>
384
 
<a name="GeditPanel-focus-document"></a><h3>The <code class="literal">"focus-document"</code> signal</h3>
385
 
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GeditPanel.html" title="GeditPanel"><span class="type">GeditPanel</span></a> *geditpanel,
386
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>    user_data)       : Run Last / Action</pre>
387
 
<p>
388
 
</p>
389
 
<div class="variablelist"><table border="0">
390
 
<col align="left" valign="top">
391
 
<tbody>
392
 
<tr>
393
 
<td><p><span class="term"><em class="parameter"><code>geditpanel</code></em> :</span></p></td>
394
 
<td>the object which received the signal.
395
 
</td>
396
 
</tr>
397
 
<tr>
398
 
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
399
 
<td>user data set when the signal handler was connected.</td>
400
 
</tr>
401
 
</tbody>
402
 
</table></div>
403
 
</div>
404
 
<hr>
405
 
<div class="refsect2" title='The "item-added" signal'>
406
 
<a name="GeditPanel-item-added"></a><h3>The <code class="literal">"item-added"</code> signal</h3>
407
 
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GeditPanel.html" title="GeditPanel"><span class="type">GeditPanel</span></a> *geditpanel,
408
 
                                                        <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a>  *widget,
409
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>    user_data)       : Run First</pre>
410
 
<p>
411
 
</p>
412
 
<div class="variablelist"><table border="0">
413
 
<col align="left" valign="top">
414
 
<tbody>
415
 
<tr>
416
 
<td><p><span class="term"><em class="parameter"><code>geditpanel</code></em> :</span></p></td>
417
 
<td>the object which received the signal.
418
 
</td>
419
 
</tr>
420
 
<tr>
421
 
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
422
 
<td>
423
 
</td>
424
 
</tr>
425
 
<tr>
426
 
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
427
 
<td>user data set when the signal handler was connected.</td>
428
 
</tr>
429
 
</tbody>
430
 
</table></div>
431
 
</div>
432
 
<hr>
433
 
<div class="refsect2" title='The "item-removed" signal'>
434
 
<a name="GeditPanel-item-removed"></a><h3>The <code class="literal">"item-removed"</code> signal</h3>
435
 
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="GeditPanel.html" title="GeditPanel"><span class="type">GeditPanel</span></a> *geditpanel,
436
 
                                                        <a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="type">GtkWidget</span></a>  *widget,
437
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>    user_data)       : Run First</pre>
438
 
<p>
439
 
</p>
440
 
<div class="variablelist"><table border="0">
441
 
<col align="left" valign="top">
442
 
<tbody>
443
 
<tr>
444
 
<td><p><span class="term"><em class="parameter"><code>geditpanel</code></em> :</span></p></td>
445
 
<td>the object which received the signal.
446
 
</td>
447
 
</tr>
448
 
<tr>
449
 
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
450
 
<td>
451
 
</td>
452
 
</tr>
453
 
<tr>
454
 
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
455
 
<td>user data set when the signal handler was connected.</td>
456
 
</tr>
457
 
</tbody>
458
 
</table></div>
459
 
</div>
460
 
</div>
461
 
</div>
462
 
<div class="footer">
463
 
<hr>
464
 
          Generated by GTK-Doc V1.13</div>
465
 
</body>
466
 
</html>
 
 
b'\\ No newline at end of file'