diff options
author | hobbs <hobbs> | 2004-09-17 23:26:20 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-09-17 23:26:20 (GMT) |
commit | 749f9e3da0df25fafd8d2ab4c32d51d408a3d010 (patch) | |
tree | b14111c1d60bac0221004d24dfad391ed6d9d38c /ChangeLog | |
parent | 705a2cd41762dcd59142f046d702a0224ad2c9af (diff) | |
download | tk-749f9e3da0df25fafd8d2ab4c32d51d408a3d010.zip tk-749f9e3da0df25fafd8d2ab4c32d51d408a3d010.tar.gz tk-749f9e3da0df25fafd8d2ab4c32d51d408a3d010.tar.bz2 |
* doc/wm.n:
* tests/winWm.test: Add 'wm attributes -alpha' to control toplevel
* win/tkWinInt.h: alpha transparency on Win2K/XP+.
* win/tkWinWm.c: TIP #222 [Patch 892194]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2004-09-17 Jeff Hobbs <jeffh@ActiveState.com> + * doc/wm.n: + * tests/winWm.test: Add 'wm attributes -alpha' to control toplevel + * win/tkWinInt.h: alpha transparency on Win2K/XP+. + * win/tkWinWm.c: TIP #222 [Patch 892194] + * win/tkWinWm.c (UpdateWrapper): Ensure that we maintain Z order * tests/winWm.test: and focus of preexisting window when replacing the wrapper window. |