diff options
author | James Henstridge <james@daa.com.au> | 1999-04-25 01:13:25 +0000 |
---|---|---|
committer | James Henstridge <jamesh@src.gnome.org> | 1999-04-25 01:13:25 +0000 |
commit | 4f1011fca3830688f6b986951c778a84467c857c (patch) | |
tree | a9cfff94ec7d1c65752f74e8126db56873eb6afa /NEWS | |
parent | 787acd1aac13ba8748e1563ae4376162f454b060 (diff) | |
download | pygtk-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-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |