summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/reference/ChangeLog3
-rw-r--r--docs/reference/pygtk-gtkstatusbar.xml5
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog
index fe145cc6..547d7b63 100644
--- a/docs/reference/ChangeLog
+++ b/docs/reference/ChangeLog
@@ -1,5 +1,8 @@
2004-10-12 John Finlay <finlay@moeraki.com>
+ * pygtk-gtkstatusbar.xml (push) Note that the message id can be used
+ with the remove() method. (Rafael Villar Burke)
+
* pygtk-gtkwidget.xml (modify_bg) Note that bg can only be
modified on widgets with a gdkWindow. (Rafael Villar Burke)
diff --git a/docs/reference/pygtk-gtkstatusbar.xml b/docs/reference/pygtk-gtkstatusbar.xml
index 6a6c36b2..57fa2ad1 100644
--- a/docs/reference/pygtk-gtkstatusbar.xml
+++ b/docs/reference/pygtk-gtkstatusbar.xml
@@ -280,7 +280,10 @@ identifier</simpara></listitem>
<para>The <methodname>push</methodname>() method pushes a new message
specified by <parameter>text</parameter> with the specified
-<parameter>context_id</parameter> onto a statusbar's stack. </para>
+<parameter>context_id</parameter> onto a statusbar's stack and returns a
+message id that that can be used with the <link
+linkend="method-gtkstatusbar--remove"><methodname>remove</methodname>()</link>
+method.</para>
</refsect2>