Hi, Thomi Richards,
You should change The "text" property of such columns as "First Name",
"Last Name" to corresponding column in ListStore you have made. Such
as:
column = gtk.TreeViewColumn("First Name", renderer, text=2)
(supposing your second column in ListStore is the data for "Frist
Name").
That should work.
Sorry for the reply. I just saw it in the daily digest.
Sincerely yours,
Liang
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/