This file is indexed.

/usr/share/gtk-doc/html/pygtk/class-gtkstatusbar.html is in python-gtk2-doc 2.24.0-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>gtk.Statusbar</title><link rel="stylesheet" href="style.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="PyGTK 2.0 Reference Manual"><link rel="up" href="gtk-class-reference.html" title="The gtk Class Reference"><link rel="prev" href="class-gtkspinner.html" title="gtk.Spinner"><link rel="next" href="class-gtkstatusicon.html" title="gtk.StatusIcon"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">gtk.Statusbar</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="class-gtkspinner.html">Prev</a> </td><th width="60%" align="center">The gtk Class Reference</th><td width="20%" align="right"> <a accesskey="n" href="class-gtkstatusicon.html">Next</a></td></tr></table><hr></div><div class="refentry" title="gtk.Statusbar"><a name="class-gtkstatusbar"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">gtk.Statusbar</span></h2><p>gtk.Statusbar — report messages of minor importance to the user.</p></div><div class="refsect1" title="Synopsis"><a name="id3907146"></a><h2>Synopsis</h2><table bgcolor="#D0E0F0" width="100%"><tr><td><pre class="classsynopsis">class <span class="ooclass"><span class="classname">gtk.Statusbar</span></span>(<span class="ooclass"><span class="classname"><a class="link" href="class-gtkhbox.html" title="gtk.HBox">gtk.HBox</a></span></span>):
<code class="constructorsynopsis">    <span class="methodname"><a class="link" href="class-gtkstatusbar.html#constructor-gtkstatusbar" title="Constructor">gtk.Statusbar</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkstatusbar.html#method-gtkstatusbar--get-context-id" title="gtk.Statusbar.get_context_id">get_context_id</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>context_description</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkstatusbar.html#method-gtkstatusbar--push" title="gtk.Statusbar.push">push</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>context_id</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>text</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkstatusbar.html#method-gtkstatusbar--pop" title="gtk.Statusbar.pop">pop</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>context_id</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkstatusbar.html#method-gtkstatusbar--remove-message" title="gtk.Statusbar.remove_message">remove_message</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>context_id</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>message_id</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkstatusbar.html#method-gtkstatusbar--remove" title="gtk.Statusbar.remove">remove</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>context_id</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>message_id</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkstatusbar.html#method-gtkstatusbar--remove-all" title="gtk.StatusBar.remove_all">remove_all</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>context_id</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkstatusbar.html#method-gtkstatusbar--set-has-resize-grip" title="gtk.Statusbar.set_has_resize_grip">set_has_resize_grip</a></span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>setting</code></strong></span></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkstatusbar.html#method-gtkstatusbar--get-has-resize-grip" title="gtk.Statusbar.get_has_resize_grip">get_has_resize_grip</a></span>(<span class="methodparam"></span>)</code><br><code class="methodsynopsis">    def <span class="methodname"><a class="link" href="class-gtkstatusbar.html#method-gtkstatusbar--get-message-area" title="gtk.StatusBar.get_message_area">get_message_area</a></span>(<span class="methodparam"></span>)</code><br></pre></td></tr></table></div><div class="refsect1" title="Ancestry"><a name="id3907470"></a><h2>Ancestry</h2><pre class="synopsis">+-- <PYGTKDOCLINK HREF="class-gobject">gobject.GObject</PYGTKDOCLINK>
  +-- <a class="link" href="class-gtkobject.html" title="gtk.Object">gtk.Object</a>
    +-- <a class="link" href="class-gtkwidget.html" title="gtk.Widget">gtk.Widget</a>
      +-- <a class="link" href="class-gtkcontainer.html" title="gtk.Container">gtk.Container</a>
        +-- <a class="link" href="class-gtkbox.html" title="gtk.Box">gtk.Box</a>
          +-- <a class="link" href="class-gtkhbox.html" title="gtk.HBox">gtk.HBox</a>
            +-- <a class="link" href="class-gtkstatusbar.html" title="gtk.Statusbar">gtk.Statusbar</a>
</pre></div><div class="refsect1" title="Implemented Interfaces"><a name="id3907528"></a><h2>Implemented Interfaces</h2><p>
			<a class="link" href="class-gtkstatusbar.html" title="gtk.Statusbar"><code class="classname">gtk.Statusbar</code></a>
			implements 
			<a class="link" href="class-gtkbuildable.html" title="gtk.Buildable"><code class="classname">gtk.Buildable</code></a>
		</p></div><div class="refsect1" title="gtk.Statusbar Properties"><a name="properties-gtkstatusbar"></a><h2>gtk.Statusbar Properties</h2><p><a class="link" href="class-gtkobject.html#properties-gtkobject" title="gtk.Object Properties">gtk.Object Properties</a></p><p><a class="link" href="class-gtkwidget.html#properties-gtkwidget" title="gtk.Widget Properties">gtk.Widget Properties</a></p><p><a class="link" href="class-gtkcontainer.html#properties-gtkcontainer" title="gtk.Container Properties">gtk.Container Properties</a></p><p><a class="link" href="class-gtkbox.html#properties-gtkbox" title="gtk.Box Properties">gtk.Box Properties</a></p><div class="blockquote"><table width="100%" border="0" bgcolor="#E0E0E0"><tr><td valign="top"><div class="informaltable"><table width="100%" border="0"><colgroup><col width="1in"><col width="1in"><col width="4in"></colgroup><tbody><tr valign="top"><td valign="top">"has-resize-grip"</td><td valign="top">Read-Write</td><td valign="top">If <code class="literal">True</code>, the statusbar has a grip
	      for resizing the toplevel window. Available in GTK+ 2.4 and
	      above.</td></tr></tbody></table></div></td></tr></table></div></div><div class="refsect1" title="gtk.Statusbar Style Properties"><a name="style-properties-gtkstatusbar"></a><h2>gtk.Statusbar Style Properties</h2><p><a class="link" href="class-gtkwidget.html#style-properties-gtkwidget" title="gtk.Widget Style Properties">gtk.Widget Style Properties</a></p><div class="blockquote"><table width="100%" border="0" bgcolor="#E0E0E0"><tr><td valign="top"><div class="informaltable"><table width="100%" border="0"><colgroup><col width="1in"><col width="1in"><col width="4in"></colgroup><tbody><tr valign="top"><td valign="top">"shadow-type"</td><td valign="top">Read</td><td valign="top">The style of bevel around the statusbar text</td></tr></tbody></table></div></td></tr></table></div></div><div class="refsect1" title="gtk.Statusbar Child Properties"><a name="child-properties-gtkstatusbar"></a><h2>gtk.Statusbar Child Properties</h2><p><a class="link" href="class-gtkbox.html#child-properties-gtkbox" title="gtk.Box Child Properties">gtk.Box Child Properties</a></p></div><div class="refsect1" title="gtk.Statusbar Signal Prototypes"><a name="signal-prototypes-gtkstatusbar"></a><h2>gtk.Statusbar Signal Prototypes</h2><p><PYGTKDOCLINK HREF="signal-prototypes-gobject">gobject.GObject Signal Prototypes</PYGTKDOCLINK></p><p><a class="link" href="class-gtkobject.html#signal-prototypes-gtkobject" title="gtk.Object Signal Prototypes">gtk.Object Signal Prototypes</a></p><p><a class="link" href="class-gtkwidget.html#signal-prototypes-gtkwidget" title="gtk.Widget Signal Prototypes">gtk.Widget Signal Prototypes</a></p><p><a class="link" href="class-gtkcontainer.html#signal-prototypes-gtkcontainer" title="gtk.Container Signal Prototypes">gtk.Container Signal Prototypes</a></p><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term">"<a class="link" href="class-gtkstatusbar.html#signal-gtkstatusbar--text-popped" title='The "text-popped" gtk.Statusbar Signal'>text-popped</a>"</span></p></td><td><code class="methodsynopsis">    def <span class="methodname">callback</span>(<span class="methodparam"><span class="parameter"><em class="parameter"><code>statusbar</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>context_id</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>text</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>user_param1</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>...</code></em></span></span>)</code></td></tr><tr><td><p><span class="term">"<a class="link" href="class-gtkstatusbar.html#signal-gtkstatusbar--text-pushed" title='The "text-pushed" gtk.Statusbar Signal'>text-pushed</a>"</span></p></td><td><code class="methodsynopsis">    def <span class="methodname">callback</span>(<span class="methodparam"><span class="parameter"><em class="parameter"><code>statusbar</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>context_id</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>text</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>user_param1</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>...</code></em></span></span>)</code></td></tr></tbody></table></div><div class="refsect1" title="Description"><a name="id3907984"></a><h2>Description</h2><p>A <a class="link" href="class-gtkstatusbar.html" title="gtk.Statusbar"><code class="classname">gtk.Statusbar</code></a> is
usually placed along the bottom of an application's main <a class="link" href="class-gtkwindow.html" title="gtk.Window"><code class="classname">gtk.Window</code></a>. It may
provide a regular commentary of the application's status (as is usually the
case in a web browser, for example), or may be used to simply output a
message when the status changes, (when an upload is complete in an
<code class="literal">FTP</code> client, for example). It may also have a resize grip
(a triangular area in the lower right corner) which can be clicked on to
resize the window containing the statusbar. Status bars in PyGTK maintain a
stack of messages. The message at the top of the each bar's stack is the one
that will currently be displayed.</p><p>Any messages added to a statusbar's stack must specify a
<code class="literal">context_id</code> that is used to uniquely identify the source
of a message. The <code class="literal">context_id</code> can be generated by the
<a class="link" href="class-gtkstatusbar.html#method-gtkstatusbar--get-context-id" title="gtk.Statusbar.get_context_id"><code class="methodname">get_context_id</code>()</a> 
method, and associated with a context message. An existing context_id can be
retrieved using the context message using the <a class="link" href="class-gtkstatusbar.html#method-gtkstatusbar--get-context-id" title="gtk.Statusbar.get_context_id"><code class="methodname">get_context_id</code>()</a> 
method. Note that messages are stored in a stack, and when choosing which
message to display, the stack structure is adhered to, regardless of the
context identifier of a message.</p></div><div class="refsect1" title="Constructor"><a name="constructor-gtkstatusbar"></a><h2>Constructor</h2><pre class="programlisting"><code class="constructorsynopsis">    <span class="methodname">gtk.Statusbar</span>(<span class="methodparam"></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>a new <a class="link" href="class-gtkstatusbar.html" title="gtk.Statusbar"><code class="classname">gtk.Statusbar</code></a>
widget</td></tr></tbody></table><p>Creates a new <a class="link" href="class-gtkstatusbar.html" title="gtk.Statusbar"><code class="classname">gtk.Statusbar</code></a>
widget.</p></div><div class="refsect1" title="Methods"><a name="id3908135"></a><h2>Methods</h2><div class="refsect2" title="gtk.Statusbar.get_context_id"><a name="method-gtkstatusbar--get-context-id"></a><h3>gtk.Statusbar.get_context_id</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">get_context_id</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>context_description</code></strong></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>context_description</code></strong> :</span></p></td><td>a string identifying the context for the
message</td></tr><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>an integer context
identifier</td></tr></tbody></table><p>The <code class="methodname">get_context_id</code>() method returns a
new or existing context identifier, given a description of the actual
context specified by <em class="parameter"><code>context_description</code></em>. In effect,
<code class="methodname">get_context_id</code>() both registers and retrieves a
context identifier.</p></div><div class="refsect2" title="gtk.Statusbar.push"><a name="method-gtkstatusbar--push"></a><h3>gtk.Statusbar.push</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">push</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>context_id</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>text</code></strong></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>context_id</code></strong> :</span></p></td><td>a context identifier</td></tr><tr><td><p><span class="term"><strong class="parameter"><code>text</code></strong> :</span></p></td><td>the message text</td></tr><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>an integer message
identifier</td></tr></tbody></table><p>The <code class="methodname">push</code>() method pushes a new message
specified by <em class="parameter"><code>text</code></em> with the specified
<em class="parameter"><code>context_id</code></em> onto a statusbar's stack and returns a
message id that that can be used with the <a class="link" href="class-gtkstatusbar.html#method-gtkstatusbar--remove-message" title="gtk.Statusbar.remove_message"><code class="methodname">remove_message</code>()</a>
method.</p></div><div class="refsect2" title="gtk.Statusbar.pop"><a name="method-gtkstatusbar--pop"></a><h3>gtk.Statusbar.pop</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">pop</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>context_id</code></strong></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>context_id</code></strong> :</span></p></td><td>a context identifier</td></tr></tbody></table><p>The <code class="methodname">pop</code>() method removes the top
message with the specified <em class="parameter"><code>context_id</code></em> from the
statusbar's stack.</p></div><div class="refsect2" title="gtk.Statusbar.remove_message"><a name="method-gtkstatusbar--remove-message"></a><h3>gtk.Statusbar.remove_message</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">remove_message</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>context_id</code></strong></span></span>, <span class="methodparam"><span class="parameter"><strong class="parameter"><code>message_id</code></strong></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>context_id</code></strong> :</span></p></td><td>the context identifier</td></tr><tr><td><p><span class="term"><strong class="parameter"><code>message_id</code></strong> :</span></p></td><td>the message identifier</td></tr></tbody></table><p>The <code class="methodname">remove_message</code>() method removes the message
with the specified <em class="parameter"><code>message_id</code></em> and
<em class="parameter"><code>context_id</code></em> from the statusbar's message stack.</p></div><div class="refsect2" title="gtk.Statusbar.remove"><a name="method-gtkstatusbar--remove"></a><h3>gtk.Statusbar.remove</h3><div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p>This method is deprecated in PyGTK 2.22 and above</p></div><p>This method calls either
        <a class="link" href="class-gtkcontainer.html#method-gtkcontainer--remove" title="gtk.Container.remove">gtk.Container.remove</a>
        or <a class="link" href="class-gtkstatusbar.html#method-gtkstatusbar--remove-message" title="gtk.Statusbar.remove_message">gtk.Statusbar.remove_message</a>
        depending on parameters.  The second option is for compatibility only and will be
        eventually removed.  New code should use <code class="literal">remove</code> only to remove
        widgets (as in <code class="literal">gtk.Container</code> method).  To remove messages, use
        <a class="link" href="class-gtkstatusbar.html#method-gtkstatusbar--remove-message" title="gtk.Statusbar.remove_message">gtk.Statusbar.remove_message</a>
        directly.</p></div><div class="refsect2" title="gtk.StatusBar.remove_all"><a name="method-gtkstatusbar--remove-all"></a><h3>gtk.StatusBar.remove_all</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">remove_all</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>context_id</code></strong></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>context_id</code></strong> :</span></p></td><td>a context identifier.</td></tr></tbody></table><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>This method is available in PyGTK 2.22 and above.</p></div><p>The <code class="methodname">remove_all</code>() method forces the removal of all messages
      from a statusbar's stack with the exact <em class="parameter"><code>context_id</code></em>.</p></div><div class="refsect2" title="gtk.Statusbar.set_has_resize_grip"><a name="method-gtkstatusbar--set-has-resize-grip"></a><h3>gtk.Statusbar.set_has_resize_grip</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">set_has_resize_grip</span>(<span class="methodparam"><span class="parameter"><strong class="parameter"><code>setting</code></strong></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><strong class="parameter"><code>setting</code></strong> :</span></p></td><td>if <code class="literal">True</code> a resize grip is
displayed</td></tr></tbody></table><p>The <code class="methodname">set_has_resize_grip</code>() method sets
the internal "has_resize_grip" property to the value specified by
<em class="parameter"><code>setting</code></em>. If <em class="parameter"><code>setting</code></em> is
<code class="literal">True</code> a resize grip is displayed on the statusbar</p></div><div class="refsect2" title="gtk.Statusbar.get_has_resize_grip"><a name="method-gtkstatusbar--get-has-resize-grip"></a><h3>gtk.Statusbar.get_has_resize_grip</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">get_has_resize_grip</span>(<span class="methodparam"></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td><code class="literal">True</code> if a resize grip is
displayed</td></tr></tbody></table><p>The <code class="methodname">get_has_resize_grip</code>() method
returns the value of the internal "has_resize_grip" property that determines
if a resize grip is displayed on the statusbar.</p></div><div class="refsect2" title="gtk.StatusBar.get_message_area"><a name="method-gtkstatusbar--get-message-area"></a><h3>gtk.StatusBar.get_message_area</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">get_message_area</span>(<span class="methodparam"></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td><td>a <a class="link" href="class-gtkbox.html" title="gtk.Box"><code class="classname">gtk.Box</code></a>.</td></tr></tbody></table><div class="note" title="Note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>This method is available in PyGTK 2.22 and above.</p></div><p>The <code class="methodname">get_message_area</code>() method retrieves
      the box containing the label widget.</p></div></div><div class="refsect1" title="Signals"><a name="id3908958"></a><h2>Signals</h2><div class="refsect2" title='The "text-popped" gtk.Statusbar Signal'><a name="signal-gtkstatusbar--text-popped"></a><h3>The "text-popped" gtk.Statusbar Signal</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">callback</span>(<span class="methodparam"><span class="parameter"><em class="parameter"><code>statusbar</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>context_id</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>text</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>user_param1</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>...</code></em></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><em class="parameter"><code>statusbar</code></em> :</span></p></td><td>the statusbar that received the
signal</td></tr><tr><td><p><span class="term"><em class="parameter"><code>context_id</code></em> :</span></p></td><td>the context identifier of the top
message</td></tr><tr><td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td><td>the string containing the top message
text</td></tr><tr><td><p><span class="term"><em class="parameter"><code>user_param1</code></em> :</span></p></td><td>the first user parameter (if any) specified
with the <PYGTKDOCLINK HREF="method-gobject--connect"><code class="methodname">connect</code>()</PYGTKDOCLINK>
method</td></tr><tr><td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td><td>additional user parameters (if
any)</td></tr></tbody></table><p>The "text-popped" signal is emitted when a message is removed
from the statusbar message stack. Note the text and context_id are for the
top message on the statusbar stack not the message that was actually
removed.</p></div><div class="refsect2" title='The "text-pushed" gtk.Statusbar Signal'><a name="signal-gtkstatusbar--text-pushed"></a><h3>The "text-pushed" gtk.Statusbar Signal</h3><pre class="programlisting"><code class="methodsynopsis">    def <span class="methodname">callback</span>(<span class="methodparam"><span class="parameter"><em class="parameter"><code>statusbar</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>context_id</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>text</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>user_param1</code></em></span></span>, <span class="methodparam"><span class="parameter"><em class="parameter"><code>...</code></em></span></span>)</code></pre><table border="0" width="100%" bgcolor="#FFECCE"><col align="left" valign="top" width="0*"><tbody><tr><td><p><span class="term"><em class="parameter"><code>statusbar</code></em> :</span></p></td><td>the statusbar that received the
signal</td></tr><tr><td><p><span class="term"><em class="parameter"><code>context_id</code></em> :</span></p></td><td>the context identifier of the message
added</td></tr><tr><td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td><td>the string containing the message
text</td></tr><tr><td><p><span class="term"><em class="parameter"><code>user_param1</code></em> :</span></p></td><td>the first user parameter (if any) specified
with the <PYGTKDOCLINK HREF="method-gobject--connect"><code class="methodname">connect</code>()</PYGTKDOCLINK>
method</td></tr><tr><td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td><td>additional user parameters (if
any)</td></tr></tbody></table><p>The "text-pushed" signal is emitted when a message is added to
the statusbar message stack.</p></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="class-gtkspinner.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="gtk-class-reference.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="class-gtkstatusicon.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">gtk.Spinner </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> gtk.StatusIcon</td></tr></table></div></body></html>