summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Finlay <finlay@src.gnome.org>2004-10-13 04:36:31 +0000
committerJohn Finlay <finlay@src.gnome.org>2004-10-13 04:36:31 +0000
commit2a1d676a8734239b4bf35bd1e9a91ea98b81eca2 (patch)
tree41b7e757d8970e54140efaae8c3847f096c43972
parent806072884816d9e289fffb8757c4ac1839e02bbf (diff)
downloadpygtk-2a1d676a8734239b4bf35bd1e9a91ea98b81eca2.tar.gz
pygtk-gtkstatusbar.xml (push) Note that the message id can be used with
* pygtk-gtkstatusbar.xml (push) Note that the message id can be used with the remove() method. (Rafael Villar Burke)
-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>