Examveda

What is the purpose of the Toplevel widget in Tkinter?

A. Handling user input

B. Displaying images

C. Creating dialogs or new windows

D. Drawing graphics

Answer: Option C

Solution (By Examveda Team)

The Toplevel widget is used to create additional dialogs or new windows in Tkinter.

This Question Belongs to Python Program >> GUI Programming With Python

Join The Discussion

Related Questions on GUI Programming with Python