From 2a1d676a8734239b4bf35bd1e9a91ea98b81eca2 Mon Sep 17 00:00:00 2001 From: John Finlay Date: Wed, 13 Oct 2004 04:36:31 +0000 Subject: 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) --- docs/reference/ChangeLog | 3 +++ docs/reference/pygtk-gtkstatusbar.xml | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 + * 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 The push() method pushes a new message specified by text with the specified -context_id onto a statusbar's stack. +context_id onto a statusbar's stack and returns a +message id that that can be used with the remove() +method. -- cgit v1.2.1