summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>1999-04-25 01:13:25 +0000
committerJames Henstridge <jamesh@src.gnome.org>1999-04-25 01:13:25 +0000
commit4f1011fca3830688f6b986951c778a84467c857c (patch)
treea9cfff94ec7d1c65752f74e8126db56873eb6afa /NEWS
parent787acd1aac13ba8748e1563ae4376162f454b060 (diff)
downloadpygtk-4f1011fca3830688f6b986951c778a84467c857c.tar.gz
a wrapper for the new function.PYGTK_0_6_0GNOME_PYTHON_1_0_2
1999-04-25 James Henstridge <james@daa.com.au> * gtk.py (GtkWidget.get_allocation): a wrapper for the new function. * gtkmodule.c: added a routine for getting the allocation of a widget. 1999-04-25 James Henstridge <james@daa.com.au> * pygnome/Makefile.am (EXTRA_DIST): added bookmarks-applet.py * pygnome/examples/bookmarks-applet.py: added another sample applet that demonstrates setting up context menu items. It basically reads in your Netscape 4.x bookmarks file, and puts the bookmarks into the context menu heirachy. It then uses gnome.url.show() to display the bookmark in the browser of the user's choice.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 58896a6f..6ae78fd1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-pygtk-0.6.0: 22-April-1999
+pygtk-0.6.0: 25-April-1999
- updated for gtk+-1.2.1.
- You can now write multithreaded programs in python (if python was
compiled with thread support enabled, of course). This feature