Example #1
0
 def populate(self):
     """Populates the view"""
     self._window.notifications_popup.push_loading()
     grilo.populate_artists(self._offset, self._add_item)
Example #2
0
 def _populate(self, data=None):
     """Populates the view"""
     self._window.notifications_popup.push_loading()
     grilo.populate_artists(self._offset, self._add_item)
     self._init = True
Example #3
0
 def populate(self):
     """Populates the view"""
     self.window.push_loading_notification()
     grilo.populate_artists(self._offset, self._add_item)
Example #4
0
 def populate(self):
     """Populates the view"""
     self.window._init_loading_notification()
     grilo.populate_artists(self._offset, self._add_item)
Example #5
0
 def _populate(self, data=None):
     """Populates the view"""
     self._window.notifications_popup.push_loading()
     grilo.populate_artists(self._offset, self._add_item)
     self._init = True