Ejemplo n.º 1
0
 def stop(self):
     """
         Stop current loading widget
     """
     LazyLoadingView.stop(self)
     for child in self.children:
         child.stop()
Ejemplo n.º 2
0
 def stop(self):
     """
         Stop loading
     """
     self._lazy_queue = []
     LazyLoadingView.stop(self)
Ejemplo n.º 3
0
 def stop(self):
     """
         Stop loading
     """
     self._lazy_queue = []
     LazyLoadingView.stop(self)