def __init__(self, desktop_file, notification):
GObject.GObject.__init__(self)
Gtk.ListBoxRow.__init__(self)
self.desktop_file = desktop_file
self.notification = notification
self.spinner = Gtk.Spinner()
self.generate()
评论列表
文章目录