diff options
author | chengyemao <chengyemao@noemail.net> | 2004-12-28 09:04:42 (GMT) |
---|---|---|
committer | chengyemao <chengyemao@noemail.net> | 2004-12-28 09:04:42 (GMT) |
commit | 732275e87c6cb9ca9600221eaf90953edaadd497 (patch) | |
tree | bb259d485c12e4da0b0c5acd44f171ee69a999ca /changes | |
parent | 2f818b0b87ab996a98f133ea22c4a9d9f51b2ffd (diff) | |
download | tk-732275e87c6cb9ca9600221eaf90953edaadd497.zip tk-732275e87c6cb9ca9600221eaf90953edaadd497.tar.gz tk-732275e87c6cb9ca9600221eaf90953edaadd497.tar.bz2 |
Updated
FossilOrigin-Name: 6f4bc0becc9afa2257968748d3d4fb89a8baa2ae
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 |