Answers for "tkinter.ttk mac background color changes"

12

change background color of tkinter

root.configure(background='black')
Posted by: Guest on November-23-2019
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 "tkinter.ttk mac background color changes"

Python Answers by Framework

Browse Popular Code Answers by Language