def do_destroy(self):
try:
self._play_stop()
except AttributeError:
# do_destroy gets called multiple times, and subsequent times lacks
# the Python-added instance attributes
pass
Gtk.ApplicationWindow.do_destroy(self)
评论列表
文章目录