summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>1999-08-03 10:35:13 +0000
committerJames Henstridge <jamesh@src.gnome.org>1999-08-03 10:35:13 +0000
commitf19bac550846ef455704840f97711989bc640f62 (patch)
tree1daf54ce3969724c0e79815cbafd08002c34fa02 /ChangeLog
parentf50c95a9ec48b77673437e21fabc9f5ab79861b0 (diff)
downloadpygtk-f19bac550846ef455704840f97711989bc640f62.tar.gz
added descriptions of the new routines.
1999-08-03 James Henstridge <james@daa.com.au> * description.py (GdkWindow): added descriptions of the new routines. * gtkmodule.c (GdkWindow.property_{get,change,delete}): new functions for manipulating the properties on a window. * gtk.py (_window_foreign_new, _root_window): added wrappers for the new functions. * gtkmodule.c: added xid attribute to GdkWindow's, and added functions gdk_window_foreign_new and gdk_get_root_win. The second function is simply a wrapper that returns a GdkWindow for the root window.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73e9de7b..4208478e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+1999-08-03 James Henstridge <james@daa.com.au>
+
+ * description.py (GdkWindow): added descriptions of the new routines.
+
+ * gtkmodule.c (GdkWindow.property_{get,change,delete}): new functions
+ for manipulating the properties on a window.
+
+ * gtk.py (_window_foreign_new, _root_window): added wrappers for
+ the new functions.
+
+ * gtkmodule.c: added xid attribute to GdkWindow's, and added functions
+ gdk_window_foreign_new and gdk_get_root_win. The second function is
+ simply a wrapper that returns a GdkWindow for the root window.
+
1999-08-02 James Henstridge <james@daa.com.au>
* libglade.py: new file that wraps the _libglade module.