示例#1
0
 def __init__(self,flowables,maxHeight=None):
     self._content = _flowableSublist(flowables)
     self._maxHeight = maxHeight
示例#2
0
 def __init__(self,flowables,maxHeight=None,brk='frame'):
     self._content = _flowableSublist(flowables)
     self._maxHeight = maxHeight
     self._state = 0
     self._brk = brk