Skip to content

TypeScript code snippet – How to destroy all widgets in a frame?

for widget in frame.winfo_children():
    widget.destroy()
See also  Initialize array with zeroes in Python

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.