Okay, I think I figured out how to change the model, and then see the results reflected automatically in the view.
Here is a question: my data comes from a python list of objects. Right now, I am putting each object's properties of interest in a list, then building a list of lists for the ListStore. I figured out how removing an item from the liststore removes it from the view. But is there a way to avoid doing double the work? I have to add/remove each entry both for the liststore, as well as my original list of objects. Or am I better off simply working with the original list of objects, and refilling the liststore from scratch each time? 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/
