Beispiel #1
0
 def populate(self):
     """Populates the view"""
     self._window.notifications_popup.push_loading()
     grilo.populate_artists(self._offset, self._add_item)
Beispiel #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
Beispiel #3
0
 def populate(self):
     """Populates the view"""
     self.window.push_loading_notification()
     grilo.populate_artists(self._offset, self._add_item)
Beispiel #4
0
 def populate(self):
     """Populates the view"""
     self.window._init_loading_notification()
     grilo.populate_artists(self._offset, self._add_item)
Beispiel #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