Re: how to remove selected rowS from a ListStore?



On Tue, 2007-10-23 at 08:52 -0500, Jonathon Jongsma wrote:
> Basically, a TreeRowReference stays valid even if the model changes,
> whereas iterators are invalidated anytime the model is changed, so
> when you erase the first iterator, all of your other iterators will
> become invalid and you won't be able to delete them all.
> Here's a code sample from one of my projects:
> -- snip --

Oh thanks, now it's clear! I didn't understand TreeRowReference concept.
Regards,

s.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]