[pygtk] Re: How do I get the previous gtk.TreeIter in a TreeModel?

2008-07-09 Thread Jeffrey Barish
Rich Burridge wrote: Given a gtk.TreeIter in a gtk.TreeModel, from: http://www.pygtk.org/docs/pygtk/class-gtktreemodel.html#method-gtktreemodel--iter-next I can see how to get the gtk.TreeIter pointing to the next row. But how to I get a gtk.TreeIter pointing to the previous row? Just in

[pygtk] Re: How do I get the previous gtk.TreeIter in a TreeModel?

2008-07-09 Thread Jeffrey Barish
In fact, there's a FAQ on the subject: http://faq.pygtk.org/index.py?req=showfile=faq13.030.htp -- Jeffrey Barish ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: