Destroy a container already created on Tkinter

Asked

Viewed 124 times

1

I would like to know how to destroy a container already displayed on the screen. Like this: the program loads a container with the widgets and everything. However, when I make him create another container, he puts it under the already created one. I wanted him to destroy the first one and then create the second one. It’s like?

  • Ever tried to use method Destroy of the object? ex: container_a_ser_destruido.destroy()

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.