tkinter not show color

Answered

 

I want the Button bg  show red,  so I add the attribute [bg= 'red'],but isn't work

0
1 comment

Hi! I'm afraid button color change is not supported on macOS (corresponding question on stackoverflow). I believe one can use highlightbackground instead of bg as a compromise solution.

0

Please sign in to leave a comment.