~ubuntu-branches/ubuntu/maverick/gedit/maverick

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-29 23:18:50 UTC
  • mfrom: (1.1.77 upstream)
  • Revision ID: james.westby@ubuntu.com-20100329231850-ag7y77hrjpw6nzfx
Tags: 2.30.0-0ubuntu1
* New upstream version:
  - Fix a crash in the new file saving code (lp: #542846)
  - Misc bugfixes

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>GeditStatusbar</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="GeditProgressMessageArea.html" title="GeditProgressMessageArea">
 
10
<link rel="next" href="GeditTab.html" title="GeditTab">
 
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="GeditProgressMessageArea.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="GeditTab.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="#GeditStatusbar.synopsis" class="shortcut">Top</a>
 
26
                   | 
 
27
                  <a href="#GeditStatusbar.description" class="shortcut">Description</a>
 
28
                   | 
 
29
                  <a href="#GeditStatusbar.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
30
                   | 
 
31
                  <a href="#GeditStatusbar.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
 
32
</td></tr>
 
33
</table>
 
34
<div class="refentry" title="GeditStatusbar">
 
35
<a name="GeditStatusbar"></a><div class="titlepage"></div>
 
36
<div class="refnamediv"><table width="100%"><tr>
 
37
<td valign="top">
 
38
<h2><span class="refentrytitle"><a name="GeditStatusbar.top_of_page"></a>GeditStatusbar</span></h2>
 
39
<p>GeditStatusbar</p>
 
40
</td>
 
41
<td valign="top" align="right"></td>
 
42
</tr></table></div>
 
43
<div class="refsynopsisdiv" title="Synopsis">
 
44
<a name="GeditStatusbar.synopsis"></a><h2>Synopsis</h2>
 
45
<pre class="synopsis">                    <a class="link" href="GeditStatusbar.html#GeditStatusbarPrivate" title="GeditStatusbarPrivate">GeditStatusbarPrivate</a>;
 
46
                    <a class="link" href="GeditStatusbar.html#GeditStatusbar-struct" title="GeditStatusbar">GeditStatusbar</a>;
 
47
<a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="GeditStatusbar.html#gedit-statusbar-new" title="gedit_statusbar_new ()">gedit_statusbar_new</a>                 (void);
 
48
#define             <a class="link" href="GeditStatusbar.html#GeditStatus" title="GeditStatus">GeditStatus</a>
 
49
<span class="returnvalue">void</span>                <a class="link" href="GeditStatusbar.html#gedit-statusbar-set-window-state" title="gedit_statusbar_set_window_state ()">gedit_statusbar_set_window_state</a>    (<a class="link" href="GeditStatusbar.html" title="GeditStatusbar"><span class="returnvalue">GeditStatusbar</span></a> *statusbar,
 
50
                                                         <a class="link" href="GeditWindow.html#GeditWindowState" title="enum GeditWindowState"><span class="returnvalue">GeditWindowState</span></a> state,
 
51
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> num_of_errors);
 
52
<span class="returnvalue">void</span>                <a class="link" href="GeditStatusbar.html#gedit-statusbar-set-overwrite" title="gedit_statusbar_set_overwrite ()">gedit_statusbar_set_overwrite</a>       (<a class="link" href="GeditStatusbar.html" title="GeditStatusbar"><span class="returnvalue">GeditStatusbar</span></a> *statusbar,
 
53
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> overwrite);
 
54
<span class="returnvalue">void</span>                <a class="link" href="GeditStatusbar.html#gedit-statusbar-set-cursor-position" title="gedit_statusbar_set_cursor_position ()">gedit_statusbar_set_cursor_position</a> (<a class="link" href="GeditStatusbar.html" title="GeditStatusbar"><span class="returnvalue">GeditStatusbar</span></a> *statusbar,
 
55
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> line,
 
56
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> col);
 
57
<span class="returnvalue">void</span>                <a class="link" href="GeditStatusbar.html#gedit-statusbar-clear-overwrite" title="gedit_statusbar_clear_overwrite ()">gedit_statusbar_clear_overwrite</a>     (<a class="link" href="GeditStatusbar.html" title="GeditStatusbar"><span class="returnvalue">GeditStatusbar</span></a> *statusbar);
 
58
<span class="returnvalue">void</span>                <a class="link" href="GeditStatusbar.html#gedit-statusbar-flash-message" title="gedit_statusbar_flash_message ()">gedit_statusbar_flash_message</a>       (<a class="link" href="GeditStatusbar.html" title="GeditStatusbar"><span class="returnvalue">GeditStatusbar</span></a> *statusbar,
 
59
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> context_id,
 
60
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *format,
 
61
                                                         ...);
 
62
</pre>
 
63
</div>
 
64
<div class="refsect1" title="Object Hierarchy">
 
65
<a name="GeditStatusbar.object-hierarchy"></a><h2>Object Hierarchy</h2>
 
66
<pre class="synopsis">
 
67
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
68
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
 
69
         +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkObject.html">GtkObject</a>
 
70
               +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html">GtkWidget</a>
 
71
                     +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkContainer.html">GtkContainer</a>
 
72
                           +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkBox.html">GtkBox</a>
 
73
                                 +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkHBox.html">GtkHBox</a>
 
74
                                       +----<a href="http://library.gnome.org/devel/gtk/unstable/GtkStatusbar.html">GtkStatusbar</a>
 
75
                                             +----GeditStatusbar
 
76
</pre>
 
77
</div>
 
78
<div class="refsect1" title="Implemented Interfaces">
 
79
<a name="GeditStatusbar.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
 
80
<p>
 
81
GeditStatusbar implements
 
82
 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>
 
83
</div>
 
84
<div class="refsect1" title="Description">
 
85
<a name="GeditStatusbar.description"></a><h2>Description</h2>
 
86
<p>
 
87
</p>
 
88
</div>
 
89
<div class="refsect1" title="Details">
 
90
<a name="GeditStatusbar.details"></a><h2>Details</h2>
 
91
<div class="refsect2" title="GeditStatusbarPrivate">
 
92
<a name="GeditStatusbarPrivate"></a><h3>GeditStatusbarPrivate</h3>
 
93
<pre class="programlisting">typedef struct _GeditStatusbarPrivate GeditStatusbarPrivate;</pre>
 
94
<p>
 
95
</p>
 
96
</div>
 
97
<hr>
 
98
<div class="refsect2" title="GeditStatusbar">
 
99
<a name="GeditStatusbar-struct"></a><h3>GeditStatusbar</h3>
 
100
<pre class="programlisting">typedef struct _GeditStatusbar GeditStatusbar;</pre>
 
101
<p>
 
102
</p>
 
103
</div>
 
104
<hr>
 
105
<div class="refsect2" title="gedit_statusbar_new ()">
 
106
<a name="gedit-statusbar-new"></a><h3>gedit_statusbar_new ()</h3>
 
107
<pre class="programlisting"><a href="http://library.gnome.org/devel/gtk/unstable/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         gedit_statusbar_new                 (void);</pre>
 
108
<p>
 
109
Creates a new <a class="link" href="GeditStatusbar.html" title="GeditStatusbar"><span class="type">GeditStatusbar</span></a>.</p>
 
110
<div class="variablelist"><table border="0">
 
111
<col align="left" valign="top">
 
112
<tbody><tr>
 
113
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 
114
<td> the new <a class="link" href="GeditStatusbar.html" title="GeditStatusbar"><span class="type">GeditStatusbar</span></a> object
 
115
</td>
 
116
</tr></tbody>
 
117
</table></div>
 
118
</div>
 
119
<hr>
 
120
<div class="refsect2" title="GeditStatus">
 
121
<a name="GeditStatus"></a><h3>GeditStatus</h3>
 
122
<pre class="programlisting">#define GeditStatus gint
 
123
</pre>
 
124
<p>
 
125
</p>
 
126
</div>
 
127
<hr>
 
128
<div class="refsect2" title="gedit_statusbar_set_window_state ()">
 
129
<a name="gedit-statusbar-set-window-state"></a><h3>gedit_statusbar_set_window_state ()</h3>
 
130
<pre class="programlisting"><span class="returnvalue">void</span>                gedit_statusbar_set_window_state    (<a class="link" href="GeditStatusbar.html" title="GeditStatusbar"><span class="returnvalue">GeditStatusbar</span></a> *statusbar,
 
131
                                                         <a class="link" href="GeditWindow.html#GeditWindowState" title="enum GeditWindowState"><span class="returnvalue">GeditWindowState</span></a> state,
 
132
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> num_of_errors);</pre>
 
133
<p>
 
134
</p>
 
135
<div class="variablelist"><table border="0">
 
136
<col align="left" valign="top">
 
137
<tbody>
 
138
<tr>
 
139
<td><p><span class="term"><em class="parameter"><code>statusbar</code></em> :</span></p></td>
 
140
<td>
 
141
</td>
 
142
</tr>
 
143
<tr>
 
144
<td><p><span class="term"><em class="parameter"><code>state</code></em> :</span></p></td>
 
145
<td>
 
146
</td>
 
147
</tr>
 
148
<tr>
 
149
<td><p><span class="term"><em class="parameter"><code>num_of_errors</code></em> :</span></p></td>
 
150
<td>
 
151
</td>
 
152
</tr>
 
153
</tbody>
 
154
</table></div>
 
155
</div>
 
156
<hr>
 
157
<div class="refsect2" title="gedit_statusbar_set_overwrite ()">
 
158
<a name="gedit-statusbar-set-overwrite"></a><h3>gedit_statusbar_set_overwrite ()</h3>
 
159
<pre class="programlisting"><span class="returnvalue">void</span>                gedit_statusbar_set_overwrite       (<a class="link" href="GeditStatusbar.html" title="GeditStatusbar"><span class="returnvalue">GeditStatusbar</span></a> *statusbar,
 
160
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> overwrite);</pre>
 
161
<p>
 
162
Sets the overwrite mode on the statusbar.</p>
 
163
<div class="variablelist"><table border="0">
 
164
<col align="left" valign="top">
 
165
<tbody>
 
166
<tr>
 
167
<td><p><span class="term"><em class="parameter"><code>statusbar</code></em> :</span></p></td>
 
168
<td> a <a class="link" href="GeditStatusbar.html" title="GeditStatusbar"><span class="type">GeditStatusbar</span></a>
 
169
</td>
 
170
</tr>
 
171
<tr>
 
172
<td><p><span class="term"><em class="parameter"><code>overwrite</code></em> :</span></p></td>
 
173
<td> if the overwrite mode is set
 
174
</td>
 
175
</tr>
 
176
</tbody>
 
177
</table></div>
 
178
</div>
 
179
<hr>
 
180
<div class="refsect2" title="gedit_statusbar_set_cursor_position ()">
 
181
<a name="gedit-statusbar-set-cursor-position"></a><h3>gedit_statusbar_set_cursor_position ()</h3>
 
182
<pre class="programlisting"><span class="returnvalue">void</span>                gedit_statusbar_set_cursor_position (<a class="link" href="GeditStatusbar.html" title="GeditStatusbar"><span class="returnvalue">GeditStatusbar</span></a> *statusbar,
 
183
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> line,
 
184
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> col);</pre>
 
185
<p>
 
186
</p>
 
187
<div class="variablelist"><table border="0">
 
188
<col align="left" valign="top">
 
189
<tbody>
 
190
<tr>
 
191
<td><p><span class="term"><em class="parameter"><code>statusbar</code></em> :</span></p></td>
 
192
<td>
 
193
</td>
 
194
</tr>
 
195
<tr>
 
196
<td><p><span class="term"><em class="parameter"><code>line</code></em> :</span></p></td>
 
197
<td>
 
198
</td>
 
199
</tr>
 
200
<tr>
 
201
<td><p><span class="term"><em class="parameter"><code>col</code></em> :</span></p></td>
 
202
<td>
 
203
</td>
 
204
</tr>
 
205
</tbody>
 
206
</table></div>
 
207
</div>
 
208
<hr>
 
209
<div class="refsect2" title="gedit_statusbar_clear_overwrite ()">
 
210
<a name="gedit-statusbar-clear-overwrite"></a><h3>gedit_statusbar_clear_overwrite ()</h3>
 
211
<pre class="programlisting"><span class="returnvalue">void</span>                gedit_statusbar_clear_overwrite     (<a class="link" href="GeditStatusbar.html" title="GeditStatusbar"><span class="returnvalue">GeditStatusbar</span></a> *statusbar);</pre>
 
212
<p>
 
213
</p>
 
214
<div class="variablelist"><table border="0">
 
215
<col align="left" valign="top">
 
216
<tbody><tr>
 
217
<td><p><span class="term"><em class="parameter"><code>statusbar</code></em> :</span></p></td>
 
218
<td>
 
219
</td>
 
220
</tr></tbody>
 
221
</table></div>
 
222
</div>
 
223
<hr>
 
224
<div class="refsect2" title="gedit_statusbar_flash_message ()">
 
225
<a name="gedit-statusbar-flash-message"></a><h3>gedit_statusbar_flash_message ()</h3>
 
226
<pre class="programlisting"><span class="returnvalue">void</span>                gedit_statusbar_flash_message       (<a class="link" href="GeditStatusbar.html" title="GeditStatusbar"><span class="returnvalue">GeditStatusbar</span></a> *statusbar,
 
227
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> context_id,
 
228
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *format,
 
229
                                                         ...);</pre>
 
230
<p>
 
231
Flash a temporary message on the statusbar.</p>
 
232
<div class="variablelist"><table border="0">
 
233
<col align="left" valign="top">
 
234
<tbody>
 
235
<tr>
 
236
<td><p><span class="term"><em class="parameter"><code>statusbar</code></em> :</span></p></td>
 
237
<td> a <a class="link" href="GeditStatusbar.html" title="GeditStatusbar"><span class="type">GeditStatusbar</span></a>
 
238
</td>
 
239
</tr>
 
240
<tr>
 
241
<td><p><span class="term"><em class="parameter"><code>context_id</code></em> :</span></p></td>
 
242
<td> message context_id
 
243
</td>
 
244
</tr>
 
245
<tr>
 
246
<td><p><span class="term"><em class="parameter"><code>format</code></em> :</span></p></td>
 
247
<td> message to flash on the statusbar
 
248
</td>
 
249
</tr>
 
250
<tr>
 
251
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
 
252
<td>
 
253
</td>
 
254
</tr>
 
255
</tbody>
 
256
</table></div>
 
257
</div>
 
258
</div>
 
259
</div>
 
260
<div class="footer">
 
261
<hr>
 
262
          Generated by GTK-Doc V1.13</div>
 
263
</body>
 
264
</html>
 
 
b'\\ No newline at end of file'