tkinter.style Questions

3

Solved

I want to change the theme of my tkinter application to clam. What is the code and where do I put it? I have tried: from tkinter import * from tkinter.ttk import * s=ttk.Style() s.theme_use('clam...
Appalachia asked 23/6, 2014 at 13:50

2

I want all of the buttons in my gui to have the same style. Right now I manually write in the attributes I want but it takes up so much space. Also, if I wanted to change the style I would have to ...
Cancer asked 6/9, 2018 at 18:44
1

© 2022 - 2024 — McMap. All rights reserved.