summaryrefslogtreecommitdiff
path: root/README
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 /README
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 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
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.