summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>1999-02-09 04:20:47 +0000
committerJames Henstridge <jamesh@src.gnome.org>1999-02-09 04:20:47 +0000
commit09411df8dac4df96040fdc678f5559e0b77bb313 (patch)
tree46b09de14754592f8e2c5fc2bbaf7652a3016b15 /README
parent86dadd3566c935ccba856179841023ce48d1a468 (diff)
downloadpygtk-09411df8dac4df96040fdc678f5559e0b77bb313.tar.gz
added the configurable uiinfo item code.PYGTK_0_5_10GNOME_PYTHON_0_99
1999-02-08 James Henstridge <james@daa.com.au> * pygnome/gnome/uiconsts.py: added the configurable uiinfo item code. * pygnome/gnome/ui.py: made changes to reflect those below. * pygnome/gnomeuimodule.c: added support for configurable uiinfo items. Also changed accelerator type from character to integer. * pygnome/generate/gnomeui.defs: added gnome_app_set_statusbar_custom, gnome_date_edit_[sg]et_flags and gnome_dentry_edit_get_*_entry. Made change to gnome_date_edit_new_flags arguments. 1999-02-08 James Henstridge <james@daa.com.au> * description.py (GdkWindow.depth): documented presence of this attribute. * gtk.py (GtkFileSelection.complete): I had left out the argument in this prototype. Fixed now.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 6e32e7cb..0a12f49d 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.13 or later, as it includes support for
+version REQUIRES gtk+-1.1.19 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