tuikit/widgets/scrollview.py
changeset 117 8680c2333546
parent 114 26c02bd94bd9
equal deleted inserted replaced
116:165b5d65e1cb 117:8680c2333546
    18     """
    18     """
    19 
    19 
    20     def __init__(self):
    20     def __init__(self):
    21         Container.__init__(self, OffsetLayout)
    21         Container.__init__(self, OffsetLayout)
    22 
    22 
    23 
       
    24 class Scrollview(Container):
       
    25 
       
    26     def __init__(self):
       
    27         Container.__init__(self)
       
    28 
    23 
    29 
    24 
    30 class Scrolling:
    25 class Scrolling:
    31     def __init__(self):
    26     def __init__(self):
    32         self.vscroll = VScrollbar()
    27         self.vscroll = VScrollbar()