tk.Button(window, text=text, font=("Arial", 18), command=lambda t=text: button_click(t))\ .grid(row=r, column=c, sticky="nsew", padx=5, pady=5) ...
Button(self.f,bd=4,width=3,text=' 1 ',command = lambda:self.set(1)).grid(row=0,column=0,sticky=W,padx = 10,pady = 10) Button(self.f,bd=4,width=3,text=' 2 ',command ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results