Vidyalelo
Python · Q21

GUI Programming with Python

Programming · Python · question 21

Q21

What is the purpose of the PanedWindow widget in Tkinter?

A.
Displaying images
B.
Arranging widgets horizontally
Answer
C.
Arranging widgets in a grid
D.
Creating dialogs

Answer: Option B

Solution

Answer: Option B
Solution:
The PanedWindow widget is used to arrange widgets horizontally with resizable panes.