Vidyalelo
Python · Q4

GUI Programming with Python

Programming · Python · question 4

Q4

What is the main window in a Tkinter application called?

A.
WindowFrame
B.
MainFrame
C.
RootWindow
Answer
D.
BaseWindow

Answer: Option C

Solution

Answer: Option C
Solution:
The main window in Tkinter is referred to as the RootWindow.