~ubuntu-branches/ubuntu/karmic/gedit/karmic

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-07-28 10:11:53 UTC
  • mfrom: (1.1.64 upstream)
  • Revision ID: james.westby@ubuntu.com-20090728101153-tx96qv2r25psmldd
Tags: 2.27.3-0ubuntu1
* New upstream release (LP: #405550)
  - Misc bugfixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>GeditStatusbar</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="gedit Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.3">
 
7
<link rel="home" href="index.html" title="gedit Reference Manual">
8
8
<link rel="up" href="ch01.html" title="gedit">
9
9
<link rel="prev" href="GeditProgressMessageArea.html" title="GeditProgressMessageArea">
10
10
<link rel="next" href="GeditTab.html" title="GeditTab">
48
48
#define             <a class="link" href="GeditStatusbar.html#GeditStatus" title="GeditStatus">GeditStatus</a>
49
49
void                <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">GeditStatusbar</a> *statusbar,
50
50
                                                         <a class="link" href="GeditWindow.html#GeditWindowState" title="enum GeditWindowState">GeditWindowState</a> state,
51
 
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint">gint</a> num_of_errors);
 
51
                                                         gint num_of_errors);
52
52
void                <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">GeditStatusbar</a> *statusbar,
53
 
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean">gboolean</a> overwrite);
 
53
                                                         gboolean overwrite);
54
54
void                <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">GeditStatusbar</a> *statusbar,
55
 
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint">gint</a> line,
56
 
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint">gint</a> col);
 
55
                                                         gint line,
 
56
                                                         gint col);
57
57
void                <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">GeditStatusbar</a> *statusbar);
58
58
void                <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">GeditStatusbar</a> *statusbar,
59
 
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint">guint</a> context_id,
60
 
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar">gchar</a> *format,
 
59
                                                         guint context_id,
 
60
                                                         const gchar *format,
61
61
                                                         ...);
62
62
</pre>
63
63
</div>
64
64
<div class="refsect1" lang="en">
65
65
<a name="GeditStatusbar.object-hierarchy"></a><h2>Object Hierarchy</h2>
66
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>
 
67
  GObject
 
68
   +----GInitiallyUnowned
69
69
         +----GtkObject
70
70
               +----GtkWidget
71
71
                     +----GtkContainer
107
107
<pre class="programlisting">GtkWidget *         gedit_statusbar_new                 (void);</pre>
108
108
<p>
109
109
Creates a new <a class="link" href="GeditStatusbar.html" title="GeditStatusbar"><span class="type">GeditStatusbar</span></a>.</p>
110
 
<p>
111
 
</p>
112
110
<div class="variablelist"><table border="0">
113
111
<col align="left" valign="top">
114
112
<tbody><tr>
131
129
<a name="gedit-statusbar-set-window-state"></a><h3>gedit_statusbar_set_window_state ()</h3>
132
130
<pre class="programlisting">void                gedit_statusbar_set_window_state    (<a class="link" href="GeditStatusbar.html" title="GeditStatusbar">GeditStatusbar</a> *statusbar,
133
131
                                                         <a class="link" href="GeditWindow.html#GeditWindowState" title="enum GeditWindowState">GeditWindowState</a> state,
134
 
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint">gint</a> num_of_errors);</pre>
 
132
                                                         gint num_of_errors);</pre>
135
133
<p>
136
134
</p>
137
135
<div class="variablelist"><table border="0">
159
157
<div class="refsect2" lang="en">
160
158
<a name="gedit-statusbar-set-overwrite"></a><h3>gedit_statusbar_set_overwrite ()</h3>
161
159
<pre class="programlisting">void                gedit_statusbar_set_overwrite       (<a class="link" href="GeditStatusbar.html" title="GeditStatusbar">GeditStatusbar</a> *statusbar,
162
 
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean">gboolean</a> overwrite);</pre>
 
160
                                                         gboolean overwrite);</pre>
163
161
<p>
164
162
Sets the overwrite mode on the statusbar.</p>
165
 
<p>
166
 
</p>
167
163
<div class="variablelist"><table border="0">
168
164
<col align="left" valign="top">
169
165
<tbody>
184
180
<div class="refsect2" lang="en">
185
181
<a name="gedit-statusbar-set-cursor-position"></a><h3>gedit_statusbar_set_cursor_position ()</h3>
186
182
<pre class="programlisting">void                gedit_statusbar_set_cursor_position (<a class="link" href="GeditStatusbar.html" title="GeditStatusbar">GeditStatusbar</a> *statusbar,
187
 
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint">gint</a> line,
188
 
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint">gint</a> col);</pre>
 
183
                                                         gint line,
 
184
                                                         gint col);</pre>
189
185
<p>
190
186
</p>
191
187
<div class="variablelist"><table border="0">
228
224
<div class="refsect2" lang="en">
229
225
<a name="gedit-statusbar-flash-message"></a><h3>gedit_statusbar_flash_message ()</h3>
230
226
<pre class="programlisting">void                gedit_statusbar_flash_message       (<a class="link" href="GeditStatusbar.html" title="GeditStatusbar">GeditStatusbar</a> *statusbar,
231
 
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint">guint</a> context_id,
232
 
                                                         const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar">gchar</a> *format,
 
227
                                                         guint context_id,
 
228
                                                         const gchar *format,
233
229
                                                         ...);</pre>
234
230
<p>
235
231
Flash a temporary message on the statusbar.</p>
236
 
<p>
237
 
</p>
238
232
<div class="variablelist"><table border="0">
239
233
<col align="left" valign="top">
240
234
<tbody>