Book Image

Python GUI Programming Cookbook

By : Burkhard Meier
Book Image

Python GUI Programming Cookbook

By: Burkhard Meier

Overview of this book

Table of Contents (18 chapters)
Python GUI Programming Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


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

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