summaryrefslogtreecommitdiffstats
path: root/Lib/lib-stdwin/HVSplit.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/lib-stdwin/HVSplit.py')
-rw-r--r--Lib/lib-stdwin/HVSplit.py4
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():