On 2001.12.05 21:09 James Henstridge wrote:

>    iter = model.get_iter(1, 6)
> 


Ah.  I was confused about tuples/paths vs iterators. 
Thanks a ton to both Matt and James for answering all my questions.

How about getting the number of children in the list?

According to GTK docs it is model.iter_n_childen( NULL )
... but how to get a PyObject Iterator that is wrapped around NULL?


I appreciate the help, thanks,

Rob
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to