Answers for "background color button tkinter macos"

2

tkinter button background color mac

#Use highlightbackground=color
#For example:

submit = Button(root, text="Generate", highlightbackground='#3E4149')
Posted by: Guest on June-03-2020

Code answers related to "background color button tkinter macos"

Python Answers by Framework

Browse Popular Code Answers by Language