I have a simple listview. When needed, I turn another data structure into a list of lists of strings, representing each line of data as a list of strings.
myview is a gtk.TreeView Calling myview.set_model(newmodel) doesn't seem to change the list view, even thought I know the newmodel is a different intsance of gtk.ListStore. jm -- My other computer is your Windows box. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
