On Tue, 2004-05-04 at 09:44, Igor Stroh wrote: <snip> > Items from A on top followed by items from B. Is there any way to "lock" > the TreeView > somehow, so it doesn't work like described above?
Is it possible to use two separate Tree/ListStores? Try it using one for A and one for B. Then swap the stores for the view. ~djc _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
