My program uses a ttk.Treeview
as a table and fills it with many numbers.
I want to clear the ttk.Treeview
when I press a button in the window.
Is there a simple way to clear the ttk.Treeview
?
Thanks.
Even simpler:
tree.delete(*tree.get_children())