From 52acae65d7aebba9afa99ec32e2c6a8ed3ca23ce Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 23 Jan 1991 13:41:53 +0000 Subject: Added XXX remarks. --- Lib/lib-stdwin/HVSplit.py | 4 ++++ Lib/stdwin/HVSplit.py | 4 ++++ 2 files changed, 8 insertions(+) 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(): diff --git a/Lib/stdwin/HVSplit.py b/Lib/stdwin/HVSplit.py index 2ee18f2..36192a7 100755 --- a/Lib/stdwin/HVSplit.py +++ b/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(): -- cgit v0.12