-
I want to get all configure of widget with all children for build the json file, but widget.configure() return None. Can i get all configure as basic tk? |
Beta Was this translation helpful? Give feedback.
Answered by
dipeshSam
Apr 18, 2025
Replies: 1 comment 3 replies
-
@misahko |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use
theme
dictionary object from the classThemeManager
to get appearance related default options.Output: