Alessandro Dentella wrote: > you forgot to specify the source of data for the CellRenderer, you do that > when you create the column and is the index of the column in the model where > is should read the data: > > self.programview.append_column( > gtk.TreeViewColumn(allflds[i], gtk.CellRendererText(), text=i)) > > namely you forgot to add text=i > Excellent, thanks! Rather stupid of me, eh?
-- Chris. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
