Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to change the background of heading in tkinter

style = ttk.Style(root)
style.theme_use("clam")
style.configure("Treeview.Heading", background="black", foreground="white")
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #background #heading #tkinter
ADD COMMENT
Topic
Name
5+6 =