Python GUI Programming Cookbook
上QQ阅读APP看书,第一时间看更新

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