Replies: 1 comment
-
Have you tried using something like: root.update_idletasks() (change root accordingly to your master window) |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
for example : If i have a entry widget entry=ctk.CTkEntry(screen,hieght=20,width=20,font='air 15 bold')
now the widget readjust itself to different height and width and i want to know its height and width after readjustment but i can't so how to do it
** if use entry['height'] entry['width'] it not gives the correct value.
Please Help.
Beta Was this translation helpful? Give feedback.
All reactions