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

Introduction

In this chapter, we will customize some of the widgets in our GUI by changing some of their properties. We will also introduce a few new widgets that tkinter offers us.

The Creating tooltips using Python recipe will create a ToolTip OOP-style class, which will be a part of the single Python module that we have been using until now.

Here is the overview of the Python modules for this chapter: