diff options
author | James Henstridge <james@daa.com.au> | 1999-02-24 15:39:07 +0000 |
---|---|---|
committer | James Henstridge <jamesh@src.gnome.org> | 1999-02-24 15:39:07 +0000 |
commit | 4ebb62586edaf92b13c9f5334569204b74818a90 (patch) | |
tree | 482676d29cd0135ec164036c12dc2f106c6f075a /configure.in | |
parent | b912cc3536c3006e777dc51d4988102fccb820c1 (diff) | |
download | pygtk-4ebb62586edaf92b13c9f5334569204b74818a90.tar.gz |
made changes to match those in the defs files and _gtk.
1999-02-24 James Henstridge <james@daa.com.au>
* gtk.py: made changes to match those in the defs files and _gtk.
* description.py (GdkGC.set_dashes): describe new GdkGC method.
* generate/gtkcontainers.defs: removed gtk_window_set{focus,default},
since these are internal to GtkWindow. Also added
gtk_handle_box_set_handle_position and gtk_handle_box_set_snap_edge.
* gtkmodule.c: added gtk_widget_get_child_requisition.
(PyGdkGC_GetAttr): added method GdkGC.set_dashes to set the dash
pattern for this GC.
1999-02-24 James Henstridge <james@daa.com.au>
* pygnome/gnome/ui.py: updated the comments in the GnomeCanvasItems
since they were out of date. The image and points arguments should
work now.
* pygnome/Makefile.am: use ZVT_LIBS in the library line for _zvtmodule
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a807528c..eaf0ed67 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AM_INIT_AUTOMAKE(pygtk, 0.5.11) AM_PATH_PYTHON AM_INIT_PYEXEC_MOD -AM_PATH_GTK(1.1.14) +AM_PATH_GTK(1.1.16) AM_PATH_GDK_IMLIB(1.8, [BUILD_IMLIB=], [BUILD_IMLIB="#"]) AC_SUBST(BUILD_IMLIB) |