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 /NEWS | |
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 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +pygtk-0.5.11: 24-February-1999 + - Updated for gtk+-1.1.16 + - Changes to the style code, so that you can now write to the + attributes. There is also a copy() method, which can be used + so you don't change the style on other objects. + - Some changes so some functions which are supposed to accept NULL + arguments will accept None in place of a boxed/string/object + argument. + - Added a file MAPPING that describes the mapping of GTK onto python. + - Various bug fixes. + pygtk-0.5.10: 9-February-1999 - Updated for gtk+-1.1.14/15. - Fixed up some selection problems. |