diff options
author | James Henstridge <james@daa.com.au> | 1999-08-03 10:35:13 +0000 |
---|---|---|
committer | James Henstridge <jamesh@src.gnome.org> | 1999-08-03 10:35:13 +0000 |
commit | f19bac550846ef455704840f97711989bc640f62 (patch) | |
tree | 1daf54ce3969724c0e79815cbafd08002c34fa02 /ChangeLog | |
parent | f50c95a9ec48b77673437e21fabc9f5ab79861b0 (diff) | |
download | pygtk-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-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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. |