John Finlay <[EMAIL PROTECTED]> writes: > However the docs are right that > remove(iter) will advance the iter (i.e. point at the next row if any) > unless there is no next row in which case iter is invalid.
Thanks for pointing this out. This matches the behavior of the C API. I was much too quick to assume that Pygt behavior didn't match your very fine documentation -- I should have tested it. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
