Restore a tk.Text widget from dump results
Is there an existing method that accepts the return data from a .dump call on a tk.Text widget, and restores the widget to the state that the data represents? I really just need a yes or no, and if yes, the name of the method. It’s obvious to me how to do it manually, so … Read more