def __init_cmb_visualiser(self): store = Gtk.ListStore(str) for x in self.player.streamer.Visualizers: store.append([x]) self.cmb_visualiser.set_model(store)