diff options
author | Guido van Rossum <guido@python.org> | 1991-01-23 13:41:53 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1991-01-23 13:41:53 (GMT) |
commit | 52acae65d7aebba9afa99ec32e2c6a8ed3ca23ce (patch) | |
tree | 7ce528fe858038edcdbcc4f7c36de306c58ee95c /Lib/lib-stdwin | |
parent | 7df0c16b619767ea4db0fd5a684723ac1458ecb0 (diff) | |
download | cpython-52acae65d7aebba9afa99ec32e2c6a8ed3ca23ce.zip cpython-52acae65d7aebba9afa99ec32e2c6a8ed3ca23ce.tar.gz cpython-52acae65d7aebba9afa99ec32e2c6a8ed3ca23ce.tar.bz2 |
Added XXX remarks.
Diffstat (limited to 'Lib/lib-stdwin')
-rw-r--r-- | Lib/lib-stdwin/HVSplit.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/lib-stdwin/HVSplit.py b/Lib/lib-stdwin/HVSplit.py index 2ee18f2..36192a7 100644 --- a/Lib/lib-stdwin/HVSplit.py +++ b/Lib/lib-stdwin/HVSplit.py @@ -1,6 +1,10 @@ # HVSplit contains generic code for HSplit and VSplit. # HSplit and VSplit are specializations to either dimension. +# XXX This does not yet stretch/shrink children if there is too much +# XXX or too little space in the split dimension. +# XXX (NB There is no interface to ask children for stretch preferences.) + from Split import Split class HVSplit() = Split(): |