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