Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to change button background color while clicked tkinter python

#Type "activebackground=" + your chosen background color between commas
col = Button(yourWindow, text='col', bg='gray25', activebackground='cyan')
Source by pythonexamples.org #
 
PREVIOUS NEXT
Tagged: #change #button #background #color #clicked #tkinter #python
ADD COMMENT
Topic
Name
7+3 =