When you pack the widget you can use self.a_button = Button(root, text="A Button") self.a_button.grid(row=0, column=1, padx=10, pady=10).
確定! 回上一頁