def __quit_inner(): """ 使用该方法来删除main_f下的子部件,如果直接使用 command=self.windows.destory ,会删除掉main_f, 导致打开其他功能时找不到main_f而报错 """ newGUI.destroy_child(self.window)
def second_viewer(self): """放置可运行的 界面右侧的viewer,放置一个一个的图标 master2 interface_frame master2 newidgets.destroy_child(master1)""" newGUI.destroy_child(self.window2) vitems.export_s(self.window2)
def start_ZLDJ(self): # pool_list = MuCation.submultiprocess # while pool_list: # print dead_p # dead_p =pool_list.pop() # kill_pid(dead_p) newGUI.destroy_child(self.interface_frame) # task_dispatch.StartApp(self.main_f) crcpy.ZLDJ.ZLDJGui(self.interface_frame)
def open_viewer3(self): """调用Third_Viewer类""" newGUI.destroy_child(self.window2) ToolSet(self.window2)
def first_viewer(self): newGUI.destroy_child(self.window2) pass
def start_dispatch_task(self): newGUI.destroy_child(self.interface_frame) # task_dispatch.StartApp(self.main_f) crcpy.task_dispatch.StartApp(self.interface_frame)
def explode_mulitp(self): newGUI.destroy_child(self.interface_frame) # explode_mulitp.App(self.main_f) crcpy.explode.App(self.interface_frame)
def open_Multip_exp(self): newGUI.destroy_child(self.interface_frame) # multip_ejpg.MultipExp(self.main_f) crcpy.multiplexport.MultipExp(self.interface_frame)
def open_GSTrename(self): newGUI.destroy_child(self.interface_frame) # gstrename.App(self.main_f) gstrename.App(self.interface_frame)