def build_store(self): """Build store for Gtk treeview""" return Gtk.ListStore(*[item.get("type") for item in self.data])