How do I define columns for a TreeView using TreeViewColumn?
First thing you should do is create a gtk.CellRenderer for the cells of the column you wish to add. There several gtk.CellRenderer subtypes, each one specialized for rendering a specific data type. More info on cell renderers is available at [www.moeraki.com] . Then, you add a column to your tree view.