About this document
Tkinter Window vs Frame Explained by Abhiram Bharadwaj Subramanya is a document available to read on EtoBox.
Tkinter creates the root window which every tkinter application must have and also creates a tcl interpreter. A frame is a widget that can contain other widgets but cannot act as a standalone window and requires an instance of Tkinter to exist. The root window manages the entire GUI application while a frame is a container for grouping and organizing other widgets.
- Author
- Abhiram Bharadwaj Subramanya
- Language
- EN