Relative Content

Tag Archive for pythonpython-3.xtkinterttk

How to remove the arrow from ttk.Menubutton (+ bonusquestion)

I want to style a menubar and I want to remove the menubutton-arrows. I know, I could color them in the same color as the background, but then I also have to do that for any other state (hovering, etc.). It would be far easier to just disable it using style.configure…