Chapter 16: Python – GUI Programming[TKinter]

 

Results

Previous
Next

#1. The ________ widget is used to display buttons in your application.

Previous
Next

#2. The ______ widget is used to draw shapes, such as lines, ovals, polygons and rectangles in your application.

Previous
Next

#3. The ________ widget is used to display a number of options as checkboxes and can select multiple options at a time.

Previous
Next

#4. The _______ widget us used to display a single line text field for accepting values from a user.

Previous
Next

#5. The ________ widget is used as a container widget to organize other widgets.

Previous
Next

#6. The _________ widget is used to provide a single line caption for other widgets.

Previous
Next

#7. The _________ widget is used to provide a list of options to a user.

Previous
Next

#8. The ________ widget is used to display menus in your application.

Previous
Next

#9. The _______ widget is used to provide various commands to a user.

Previous
Next

#10. The ____ widget is used to display multiline text fields for accepting values from a user.

Previous
Next

#11. The _______ widget is used to display a number of options as buttons and select only one at a time.

Previous
Next

#12. The _____ widget is used to provide a slider widget.

Previous
Next

#13. The _______ widget is used to display text in multiple lines.

Previous
Next

#14. The _______ widget is used to add scrolling capability to various widgets, such as list boxes.

Previous
Next

#15. The _________ widget is used to provide a separate window container.

Previous
Next

#16. The ______ widget is a variant of the standard Tkinter Entry widget, which can be used to select from a fixed number of values.

Previous
Next

#17. A __________ is a container widget that may contain any number of panes, arranged horizontally or vertically.

Previous
Next

#18. A ________ is a simple container widget.

Previous
Next

#19. This module is used to display message boxes in your applications.

Previous
Next

#20. _______ is the standard GUI Library for python.

Previous
Next

#21. ______ provides various controls, such as buttons, labels and text boxes used in a GUI application.

Previous
Next

#22. GUI controls called as ________

Previous
Next

#23. There are ______ types of widget in Tkinter.

Previous
Next

#24. The color of the slider and arrowheads when the mouse is not over them.

Previous
Next

#25. A procedure to be called whenever the scrollbar is moved.

Previous
Finish