gui.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:modis 作者: Infraxion 项目源码 文件源码
def clear_modules(self):
        """Clears all modules from the list"""
        for child in self.module_selection.winfo_children():
            child.destroy()

        self.clear_ui()

        tk.Label(self.module_ui, text="Start Modis and select a module").grid(
            column=0, row=0, padx=0, pady=0, sticky="W E N S")

        if self.current_button is not None:
            self.current_button.config(bg="white")

        self.module_buttons = {}
        self.current_button = None
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号