diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-08-06 14:38:12 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-08-06 14:38:12 (GMT) |
commit | fbc0f851153deeb341f9fbcffd79acfc126fd66a (patch) | |
tree | def367a9609ed3ba097641c0aaba8c8b8d119b62 /ChangeLog | |
parent | 9baf18e9144d7f89115f073a2e6252d7e684cce5 (diff) | |
download | tk-fbc0f851153deeb341f9fbcffd79acfc126fd66a.zip tk-fbc0f851153deeb341f9fbcffd79acfc126fd66a.tar.gz tk-fbc0f851153deeb341f9fbcffd79acfc126fd66a.tar.bz2 |
Made panedwindow tests all work again; I'm fairly sure the current behaviour is still not right, but it is definitely better than it was when I first started tinkering with the panedwindow in that now it at least picks a sensible size in one dimension when working with widgets whose size is not known immediately.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-08-06 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * generic/tkPanedWindow.c (RESIZE_PENDING): Separated out flag for + indicating that a resize needs to be issued. + (PanedWindowReqProc): Do the old behaviour when the panedwindow is + not mapped; easiest way of making the test suite pass while still + preserving improved behaviour in the face of children whose size + is not known immediately. + 2002-08-06 Don Porter <dgp@users.sf.net> * tests/defs.tcl: removed file. No longer needed now that Tk is |