]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added XXX remarks.
authorGuido van Rossum <guido@python.org>
Wed, 23 Jan 1991 13:41:53 +0000 (13:41 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 23 Jan 1991 13:41:53 +0000 (13:41 +0000)
Lib/lib-stdwin/HVSplit.py
Lib/stdwin/HVSplit.py

index 2ee18f288b7006b50721d5520cf6209752f82589..36192a707d8032bd99044e9bd71deb037b2f6d71 100644 (file)
@@ -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():
index 2ee18f288b7006b50721d5520cf6209752f82589..36192a707d8032bd99044e9bd71deb037b2f6d71 100755 (executable)
@@ -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():