In Python3/tkinter is there a simple way to set the size of a ttk.frame as being relative to its parent window size and ensure that it will adjust properly (with all its widgets) on window resize?
As a bit of context, I am trying to pack() a ttk.frame a few pixels smaller than the root window width.