def append_queue_tab(self):
self.notebook.append_page(self.queue_tab_scrolled_window, self.queue_tab)
self.notebook.set_tab_reorderable(self.queue_tab_scrolled_window, True)
self.notebook.set_tab_detachable(self.queue_tab_scrolled_window, True)
self.notebook.show_all()
while Gtk.events_pending():
Gtk.main_iteration_do(False)
评论列表
文章目录