Exemplo n.º 1
0
 def __init__(self, x1, y1, width, height,
              leftPadding=0, bottomPadding=0,
              rightPadding=0, topPadding=0,
              id=None, showBoundary=0,
              overlapAttachedSpace=None,_debug=None):
     Frame.__init__(self, x1, y1, width,height, leftPadding,
                    bottomPadding, rightPadding, topPadding,
                    id, showBoundary, overlapAttachedSpace,
                    _debug)
    def __init__(self, x1, y1, width,height, leftPadding=6, bottomPadding=6,
            rightPadding=6, topPadding=6, id=None, showBoundary=0,
            overlapAttachedSpace=None,_debug=None,background=None):

        Frame.__init__(self, x1, y1, width, height, leftPadding,
            bottomPadding, rightPadding, topPadding, id, showBoundary,
            overlapAttachedSpace, _debug)

        self.background = background
Exemplo n.º 3
0
 def __init__(self,*args,**kwargs):
     Frame.__init__(self, *args, **kwargs)
     self._header_maker = None
     self.top_of_frame = False