Ejemplo n.º 1
0
 def __init__(self,flowables,maxHeight=None):
     self._content = _flowableSublist(flowables)
     self._maxHeight = maxHeight
Ejemplo n.º 2
0
 def __init__(self,flowables,maxHeight=None,brk='frame'):
     self._content = _flowableSublist(flowables)
     self._maxHeight = maxHeight
     self._state = 0
     self._brk = brk