def clear(self):
#UGH why cant we just destroy the children of g_tables??!!
#for c in self.g_tables.children():
# c.destroy()
self.g_tables.destroy()
self.g_tables = Gtk.VBox(False, 0)
self.g_tables.set_spacing(gu.hig.SPACE_LARGE)
self.g_tables.show()
self.vbox.pack_start(self.g_tables, True, True, 0)
评论列表
文章目录