Skip to content
#1. The ________ widget is used to display buttons in your application.
#2. The ______ widget is used to draw shapes, such as lines, ovals, polygons and rectangles in your application.
#3. The ________ widget is used to display a number of options as checkboxes and can select multiple options at a time.
#4. The _______ widget us used to display a single line text field for accepting values from a user.
#5. The ________ widget is used as a container widget to organize other widgets.
#6. The _________ widget is used to provide a single line caption for other widgets.
#7. The _________ widget is used to provide a list of options to a user.
#8. The ________ widget is used to display menus in your application.
#9. The _______ widget is used to provide various commands to a user.
#10. The ____ widget is used to display multiline text fields for accepting values from a user.
#11. The _______ widget is used to display a number of options as buttons and select only one at a time.
#12. The _____ widget is used to provide a slider widget.
#13. The _______ widget is used to display text in multiple lines.
#14. The _______ widget is used to add scrolling capability to various widgets, such as list boxes.
#15. The _________ widget is used to provide a separate window container.
#16. The ______ widget is a variant of the standard Tkinter Entry widget, which can be used to select from a fixed number of values.
#17. A __________ is a container widget that may contain any number of panes, arranged horizontally or vertically.
#18. A ________ is a simple container widget.
#19. This module is used to display message boxes in your applications.
#20. _______ is the standard GUI Library for python.
#21. ______ provides various controls, such as buttons, labels and text boxes used in a GUI application.
#22. GUI controls called as ________
#23. There are ______ types of widget in Tkinter.
#24. The color of the slider and arrowheads when the mouse is not over them.
#25. A procedure to be called whenever the scrollbar is moved.