It works with some other widgets, but not with Buttons. from Tkinter import * root = Tk() root.geometry("600x300+400+50") btn_up = Button(root, ...
確定! 回上一頁