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