[EMAIL PROTECTED] (Nicolas Peninguy) a �crit :

> I use pygtk-1.99.8,  and I've been playing with  a ListStore object just
> like in the example pygtk-demo/demos/list_store.py. 
>
> iter = model.get_iter_root()
> valid = ??
> while valid:
>       # do something here with iter
>       valid = model.iter_next(iter)

OK, should be fixed in CVS. Changelog :

2002-03-19  Matt Wilson  <[EMAIL PROTECTED]>

        * gtk/gtk.override (_wrap_gtk_tree_model_get_iter_root): check the
        return value of gtk_tree_model_get_iter_root and return None if it
        failed.  Rename to _wrap_gtk_tree_model_get_iter_first.


Last entry in Changelog of version 1.99.8 : 2002-03-18. :)
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to