Description
I want to make a GUI using Tkinter / ttk with python, the reason is because I want to learn to style GUI's.
I have tried to find information about how to style the "Entry box" not the background but the actual "insert box" but I cant find any information about how to do this and the built in themes is quite well hidden because I cant find those either..
Image demonstration:
- Default Style
- How I want it
My questions
- Is this even possible and if so, how?
- And is there a way to access the default themes in order to learn from them?