Theme selection #9
aivarannamaa
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to select your theme dynamically inside a Tcl program? Could you give an example?
After I've built and installed it, should it be listed as a new theme in
ttk::style theme names
?Actually, my final goal is to make GTK theme selectable as one of the themes in my Tkinter program. I've found https://github.com/TkinterEP/python-gttk/tree/master/gttk which looks rather complicated and I wanted to know, whether there is a more lightweight approach. I decided to start my search here because this project looks more active.
I think I was able to make and install:
but no new themes showed up in
tkinter.ttk.Style().theme_names()
.Beta Was this translation helpful? Give feedback.
All reactions