Answers for "how to create a button in full width of the container python tkinter"

1

set size of button tkinter

button = tkinter.Button()
button.config(height=100, 
			  width=100)
Posted by: Guest on March-10-2020

Code answers related to "how to create a button in full width of the container python tkinter"

Python Answers by Framework

Browse Popular Code Answers by Language