On Tue, Apr 13, 2004 at 02:12:12AM +0200, Riccardo Galli wrote: > I can't figure out how can I (in a nice way) delete a row with children without loose the children, in a TreeStore > a working way would be to recursively copy the children before the parent, > and then delete the parent, but it seems to me like a slow and stupid way.
This should work fine. It shouldn't be too slow. Remember that for this type of thing you only have to be fast enough for the perception of the user. Dave Cook _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
