Exemplo n.º 1
0
Arquivo: list.py Projeto: saebyn/nwgui
    def update(self, *args):
        VerticalContainer.update(self, *args)

        if self._dirty:
            self._refreshVisibleItems()
            self._dirty = False