Added XXX remarks.

This commit is contained in:
Guido van Rossum 1991-01-23 13:41:53 +00:00
parent 7df0c16b61
commit 52acae65d7
2 changed files with 8 additions and 0 deletions

View 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():

View 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():