© 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_13

13. More GTK Widgets

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

You have learned, by now, almost everything this book has to teach you. However, there are a number of widgets that did not quite fit into previous chapters. Therefore, this chapter covers those widgets.

The first two widgets are used for drawing and are named Gtk.DrawingArea and Gtk.Layout. These two widgets are very similar except the Gtk.Layout widget allows you to embed arbitrary widgets into it in addition to using functions for drawing.

In addition, you learn about Gtk.Entry widgets that support automatic ...

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.