This chapter introduces some simple GTK+ applications and a few GTK+ widgets. We cover topics that are utilized in the upcoming chapters and example applications.
The basic function and method calls used by all GTK+ Python applications
The object-oriented nature of the GTK+ widget system
The role that signals, callbacks, and events play in your application
How to alter textual styles with the Pango Text Markup Language
Some useful functions and methods ...