[pygtk] I need a list of all items selected in a 'gtk.multiple' liststore, but I'm using pygtk 2.0

2004-07-06 Thread Chris Irish
Hi all, I need a list of all items selected in a liststore set to gtk.multiple, however I can't use .get_selected_rows(model) because I'm not using pygtk 2.2 or above. Any suggestions, thanks in advance, Chris ___ pygtk mailing list [EMAIL

Re: [pygtk] I need a list of all items selected in a 'gtk.multiple' liststore, but I'm using pygtk 2.0

2004-07-06 Thread Christian Robottom Reis
On Tue, Jul 06, 2004 at 10:46:56AM -0700, Chris Irish wrote: Hi all, I need a list of all items selected in a liststore set to gtk.multiple, however I can't use .get_selected_rows(model) because I'm not using pygtk 2.2 or above. Any suggestions, thanks in advance,

Re: [pygtk] I need a list of all items selected in a 'gtk.multiple' liststore, but I'm using pygtk 2.0

2004-07-06 Thread Christian Robottom Reis
On Tue, Jul 06, 2004 at 11:20:20AM -0700, Chris Irish wrote: Thanks Christian, I guess I should have looked there first. No problem, but answers should CC: the mailing list. I have a few questions still though. Since that lambda is called from the .selected_foreach method are those