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 ...