Examveda

What is the purpose of the PanedWindow widget in Tkinter?

A. Displaying images

B. Arranging widgets horizontally

C. Arranging widgets in a grid

D. Creating dialogs

Answer: Option B

Solution (By Examveda Team)

The PanedWindow widget is used to arrange widgets horizontally with resizable panes.

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

Join The Discussion

Related Questions on GUI Programming with Python