[pygtk] pygtk-FAQ entry 13.25 (sequence APIs for TreeStore andListStore)

2003-08-28 Thread Bernhard . Rumpler
Hi again, The sequence API as described in the pygtk FAQ entry 13.25 http://www.async.com.br/faq/pygtk/index.py?req=showfile=faq13.025.htp does not work, the TreeStore and ListStore objects do have a function __getitem__, but no __setitem__. Where has __setitem__ gone? pygtk-1.99.15 on win32,

Re: [pygtk] pygtk-FAQ entry 13.25 (sequence APIs for TreeStore andListStore)

2003-08-28 Thread James Henstridge
On 27/08/2003 7:47 PM, [EMAIL PROTECTED] wrote: Hi again, The sequence API as described in the pygtk FAQ entry 13.25 http://www.async.com.br/faq/pygtk/index.py?req=showfile=faq13.025.htp does not work, the TreeStore and ListStore objects do have a function __getitem__, but no __setitem__.