Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

columnconfigure / rowconfigure in "A First Real Example" - Python

24 views
Skip to first unread message

Hisato Shima

unread,
Oct 5, 2018, 9:25:02 PM10/5/18
to Tk Documentation and Resources
Thank you for your excellent tutorial. It is really helpful.

In your first real example code, the size of mainframe does not follow the
main window size when it is changed. (I am using Python code)

I think columnconfigure / rowconfigure messages should be sent to the root window object
rather than the mainframe object, like

root.columnconfigure(0, weight=1)
root.rowconfigure(0, weight=1)

Regards, 
Reply all
Reply to author
Forward
0 new messages