diff options
author | redman <redman> | 1999-03-01 19:41:42 (GMT) |
---|---|---|
committer | redman <redman> | 1999-03-01 19:41:42 (GMT) |
commit | c4688fc3a2fedd3e93c57acbfefbf117f340734f (patch) | |
tree | 8eddfbd252e54458436c1f14357a25856a34c4eb | |
parent | ae8bded1462fdf8027bf827da04a18d65ae0a4a2 (diff) | |
download | tk-c4688fc3a2fedd3e93c57acbfefbf117f340734f.zip tk-c4688fc3a2fedd3e93c57acbfefbf117f340734f.tar.gz tk-c4688fc3a2fedd3e93c57acbfefbf117f340734f.tar.bz2 |
Enter comments for focus -force changes on windows.
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +1999-03-01 <redman@scriptics.com> + + * win/tkWinWm.c: + * win/tkWinPointer.c: + * win/tkWinInt.h: Fix "focus -force" for Windows. The Win32 API + function SetForegroundWindow() does not work unless the window + handle is a toplevel window (a Windows toplevel). The handle + being passed was a Tk toplevel, which is a child of the Windows + toplevel. + 1999-02-26 <redman@scriptics.com> * win/cat.c: Remove this file, use the one in the Tcl source directory. |