© W. David Ashley and Andrew Krause 2019
W. David Ashley and Andrew KrauseFoundations of PyGTK Developmenthttps://doi.org/10.1007/978-1-4842-4179-0_2

2. The Application and ApplicationWindow Classes

W. David Ashley1  and Andrew Krause2
(1)
AUSTIN, TX, USA
(2)
Leesburg, VA, USA
 

A new set of classes were introduced in GTK+ 3.x: Gtk.Application and Gtk.ApplicationWindow. These classes are designed to be the base instances for your GUI application. They wrap the application and the main window behavior of your application. They have many built-in features and provide containers for the functions in your application. The Gtk.Application and Gtk.ApplicationWindow classes are described in detail in this chapter because they are the basis for all the example ...

Get Foundations of PyGTK Development: GUI Creation with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.