-
I successfully changed the button fonts / label fonts, but have no idea how to change the font of 1.[CTkTabview tab font] and [CTkEntry placeholder_text font]. |
Beta Was this translation helpful? Give feedback.
Answered by
dipeshSam
Jun 12, 2024
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Gasiro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Gasiro
There are two way to do so:
We can change font of all the widgets just using one statement of
ThemeManager
. Otherwise, we can iterate through buttons, and can change their fonts individually.Sample code for way first: