- Python GUI Programming Cookbook
- Burkhard A. Meier
- 73字
- 2021-07-30 10:08:24
Chapter 3. Look and Feel Customization
In this chapter, we will customize our GUI using Python 3:
- Creating message boxes – information, warning, and error
- How to create independent message boxes
- How to create the title of a tkinter window form
- Changing the icon of the main root window
- Using a spin box control
- Relief, sunken, and raised appearance of widgets
- Creating tooltips using Python
- How to use the canvas widget