gui.py 文件源码

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

项目:StochOPy 作者: keurfonluu 项目源码 文件源码
def footer(self):
        # Run button
        run_button = ttk.Button(self.master, text = "Run", command = self.run)

        # Exit button
        exit_button = ttk.Button(self.master, text = "Exit", command = self.close_window)

        # Layout
        run_button.place(relwidth = 0.1, relx = 0.9, rely = 1, x = -5, y = -5, anchor = "se")
        exit_button.place(relwidth = 0.1, relx = 1, rely = 1, x = -5, y = -5, anchor = "se")
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号