diff options
author | chengyemao <chengyemao> | 2004-12-28 09:04:43 (GMT) |
---|---|---|
committer | chengyemao <chengyemao> | 2004-12-28 09:04:43 (GMT) |
commit | 7b5072629cb4f97fdb64e4d4de55e172d80288b9 (patch) | |
tree | bb259d485c12e4da0b0c5acd44f171ee69a999ca /changes | |
parent | f82a6ef646a08bece15a3a9cd666440490f8ff53 (diff) | |
download | tk-7b5072629cb4f97fdb64e4d4de55e172d80288b9.zip tk-7b5072629cb4f97fdb64e4d4de55e172d80288b9.tar.gz tk-7b5072629cb4f97fdb64e4d4de55e172d80288b9.tar.bz2 |
Updated
Diffstat (limited to 'changes')
-rw-r--r-- | changes | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -2,7 +2,7 @@ This file summarizes all changes made to Tk since version 1.0 was released on March 13, 1991. Changes that aren't backward compatible are marked specially. -RCS: @(#) $Id: changes,v 1.76 2004/12/20 15:38:52 chengyemao Exp $ +RCS: @(#) $Id: changes,v 1.77 2004/12/28 09:04:43 chengyemao Exp $ 3/16/91 (bug fix) Modified tkWindow.c to remove Tk's Tcl commands from the interpreter when the main window is deleted (otherwise there will @@ -5913,3 +5913,11 @@ overrideredirect for an embedded window. (chengyemao) overrideredirect for an embedded toplevel; correctly updated a frame's upper left x and y of an embedded toplevel after its container (of another process) moved. (chengyemao) + +2004-12-28 (feature implementatoin of embedded/embedding Tk) Implemented +embedded/embedding toplevel menu. A menu may be embedded in a container of +either the same process of a different process. Need to improve drawing +an embedded menu in an different process. Currently, if an embedded menu +is in a different process, the menu items may not draw at pull-down time +and require the mouse moves over the menu items to complete display. +(chengyemao)
\ No newline at end of file |