Vidyalelo
Python · Q24

GUI Programming with Python

Programming · Python · question 24

Q24

How do you create a scrollbar for a widget with scrolling content?

A.
CreateScrollbar()
B.
Scrollbar()
Answer
C.
scrollbar.create()
D.
widget.add_scrollbar()

Answer: Option B

Solution

Answer: Option B
Solution:
The Scrollbar() function is used to create a scrollbar for widgets with scrolling content.