From 4f1011fca3830688f6b986951c778a84467c857c Mon Sep 17 00:00:00 2001 From: James Henstridge Date: Sun, 25 Apr 1999 01:13:25 +0000 Subject: a wrapper for the new function. 1999-04-25 James Henstridge * 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 * 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. --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index a0e10cc4..12a383da 100644 --- a/README +++ b/README @@ -49,7 +49,7 @@ Compilation This archive contains a single C module called gtkmodule. It contains an almost direct mapping of the functions in GTK including GTK signal handling, and the gtk_object_new/gtk_object_set commands. This -version REQUIRES gtk+-1.1.19 or later, as it includes support for +version REQUIRES gtk+-1.2.1 or later, as it includes support for features not found in previous versions, and there are incompatibilities between versions. Also if you want the GdkImlib extension, you must have Imlib version 1.8 or greater. I recommend @@ -64,7 +64,7 @@ To compile gtkmodule, first run "./configure" from the base directory of the distribution. It requires that you have python in the path, and python has been installed properly. If python is not in the path, you could try running "PYTHON=/subdir/python ./configure". This -should generate Makefile from the files Makefile.pre.in and Setup.in. +should generate the Makefile from the file Makefile.in. Now you should be able to run "make" to compile the module. Now you should install the files. I have provided an install target to the @@ -89,7 +89,7 @@ is about. Upgrading ========= -Note that from version 0.5.0 up, pygtk uses GTK v1.1. Since there +Note that from version 0.5.0 up, pygtk uses GTK >= 1.1. Since there were some changes to the API, pygtk has changed accordingly. The main one that will cause problems is the GtkAcceleratorTable. In this version, it has been removed and replaced with the GtkAccelGroup. -- cgit v1.2.1