- Python GUI Programming Cookbook(Second Edition)
- Burkhard A. Meier
- 73字
- 2021-07-09 19:51:05
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:
