I am doing a simple file browser in python and GtkBuilder. I am using a Treeview that has one TreeViewColumn with cells that are rendered like:
self.cell = gtk.CellRendererText()
As I mentioned I am creating a file browser. So I want to have a small icon before the text in each cell, that icon will be the folder,file icon. Any idea on how can I do that?