Get width of child in tkinter Get width of child in tkinter tkinter tkinter

Get width of child in tkinter


The width will never be bigger than the parent frame.

You can call winfo_reqwidth to get the requested width of the widget. I'm not sure if that will give you the answer you are looking for. I'm not entirely what the real problem is that you are trying to solve.