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

9. Tree View Widget

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

This chapter show you how to use the Gtk.ScrolledWindow widget in combination with another powerful widget known as Gtk.TreeView. The tree view widget can be used to display data in lists or trees that span one or many columns. For example, a Gtk.TreeView can be used to implement a file browser or display the build the output of an integrated development environment.

Gtk.TreeView is an involved widget, because it provides a wide variety of features, so be sure to carefully read through each section of this ...

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.